Skip to content

Commit 40abb1b

Browse files
authored
Update Jenkinsfile
1 parent 4d6b921 commit 40abb1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bstack-local''',
4747
pip3 install robotframework-seleniumlibrary --user
4848
pip3 install browserstack --user
4949
pip3 install webdriver_manager
50-
pip3 install robotframework-pabot
50+
pip install robotframework-pabot
5151
5252
5353
'''
@@ -58,6 +58,7 @@ bstack-local''',
5858
if ( "${params.TEST_TYPE}".contains('parallel') ) {
5959
sh '''
6060
cd test
61+
pip show robotframework-pabot
6162
pabot --testlevelsplit --variable testType:bstack-single .
6263
'''
6364

0 commit comments

Comments
 (0)