We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970cfc0 commit fd40424Copy full SHA for fd40424
1 file changed
Jenkinsfile
@@ -58,7 +58,7 @@ bstack-local''',
58
if ( "${params.TEST_TYPE}".contains('parallel') ) {
59
sh '''
60
cd test
61
- python3 -m pabot --testlevelsplit --variable testType:$bstack-single .
+ pabot --testlevelsplit --variable testType:$bstack-single .
62
'''
63
64
0 commit comments