We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb0cdf commit 6043b07Copy full SHA for 6043b07
1 file changed
Jenkinsfile
@@ -68,9 +68,8 @@ bstack-local''',
68
sh '''
69
cd test
70
export CONFIG_FILE_PATH=`pwd`/'resources/conf/caps/bstack-config.yaml'
71
- python3 -m robot --variable testType:bstack-single .
72
-
73
- //pabot --testlevelsplit --verbose --variable testType:bstack-single --suite product .
+ export PATH=~/.local/bin:$PATH
+ /var/lib/jenkins/.local/bin/pabot --testlevelsplit --verbose --variable testType:bstack-single --suite product .
74
75
'''
76
}
0 commit comments