mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Updated reference for selenium image
This commit is contained in:
parent
9a135f76f7
commit
2c3056600d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
stage('Selenium') {
|
stage('Selenium') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'stein321/selenium-firefox'
|
image 'liatrio/selenium-firefox'
|
||||||
args '--network=plumbing_default'
|
args '--network=plumbing_default'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue