mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
update network name
This commit is contained in:
parent
2c3056600d
commit
0e0540d767
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
|||
agent {
|
||||
docker {
|
||||
image 'maven:3.5.0'
|
||||
args '--network=plumbing_default'
|
||||
args '--network=demodeploymentpipeline_default'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue