add network

This commit is contained in:
Yuxin Deng 2025-11-23 16:29:42 -05:00
parent 0347ff5046
commit 6e2afb31f9

2
Jenkinsfile vendored
View file

@ -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 = '--network=devops-net -v /var/run/docker.sock:/var/run/docker.sock'
}
stages {