Skip to content

Commit 0c2c9e5

Browse files
committed
locate the selenium jar
1 parent 505858f commit 0c2c9e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ pipeline {
7878
stage("Start selenium server jar in background") {
7979
steps{
8080
sh """
81-
java -jar selenium-server-standalone.jar -role hub -host chrome &
81+
ls
82+
pwd
83+
ls /
84+
java -jar /selenium-server-standalone.jar -role hub -host chrome &
8285
"""
8386
}
8487
}

0 commit comments

Comments
 (0)