Skip to content

Commit

Permalink
locate the selenium jar
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 9, 2024
1 parent 505858f commit 0c2c9e5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ pipeline {
stage("Start selenium server jar in background") {
steps{
sh """
java -jar selenium-server-standalone.jar -role hub -host chrome &
ls
pwd
ls /
java -jar /selenium-server-standalone.jar -role hub -host chrome &
"""
}
}
Expand Down

0 comments on commit 0c2c9e5

Please sign in to comment.