We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ffa17 commit eba5970Copy full SHA for eba5970
1 file changed
Jenkinsfile
@@ -67,7 +67,7 @@ bstack-local''',
67
else{
68
sh '''
69
cd test
70
- python3 -m robot --variable testType:${TEST_TYPE} .
+ robot --variable testType:${TEST_TYPE} .
71
'''
72
73
}
0 commit comments