Skip to content

Commit 6043b07

Browse files
Updated JenkinsFile
1 parent ceb0cdf commit 6043b07

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ bstack-local''',
6868
sh '''
6969
cd test
7070
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 .
71+
export PATH=~/.local/bin:$PATH
72+
/var/lib/jenkins/.local/bin/pabot --testlevelsplit --verbose --variable testType:bstack-single --suite product .
7473
7574
'''
7675
}

0 commit comments

Comments
 (0)