Loading Jenkinsfile +3 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,9 @@ pipeline { sh 'sleep 30' sh 'curl localhost:8081' sh 'Xvfb :99 &' sh '/Katalon_Studio_Linux_64-5.7.1/katalon -noSplash -runMode=console -projectPath="$(pwd)/Katalon/Mentorarc-Katalon.prj" -retry=1 -testSuitePath="Test Suites/Test Suite" -executionProfile="default" -browserType="Chrome (headless)" -Djava.awt.headless' cleanWs() } } Loading Loading
Jenkinsfile +3 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,9 @@ pipeline { sh 'sleep 30' sh 'curl localhost:8081' sh 'Xvfb :99 &' sh '/Katalon_Studio_Linux_64-5.7.1/katalon -noSplash -runMode=console -projectPath="$(pwd)/Katalon/Mentorarc-Katalon.prj" -retry=1 -testSuitePath="Test Suites/Test Suite" -executionProfile="default" -browserType="Chrome (headless)" -Djava.awt.headless' cleanWs() } } Loading