mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Add Docker network to agents for SonarQube connectivity
This commit is contained in:
parent
478db48cd5
commit
cee599eb0e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -10,7 +10,7 @@ pipeline {
|
|||
MAVEN_OPTS = '-Xmx1024m'
|
||||
PROJECT_NAME = 'spring-petclinic'
|
||||
SONAR_PROJECT_KEY = 'spring-petclinic'
|
||||
DOCKER_ARGS = '-v /var/run/docker.sock:/var/run/docker.sock'
|
||||
DOCKER_ARGS = '-v /var/run/docker.sock:/var/run/docker.sock --network spring-petclinic_devops-net'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue