Skip to content

Commit f4eb53e

Browse files
committed
start selenium hub in pipeline
1 parent 1da9135 commit f4eb53e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ pipeline {
7575
}
7676
}
7777

78+
stage("CHECK selenium hub and java") {
79+
steps{
80+
sh """
81+
java -jar selenium-server-standalone.jar -role hub
82+
"""
83+
}
84+
}
85+
7886
stage("RUN Django Unit Tests") {
7987
steps{
8088
sh """

0 commit comments

Comments
 (0)