remove previous

This commit is contained in:
Yuxin Deng 2025-11-23 16:32:37 -05:00
parent 6e2afb31f9
commit 29a462dba1

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ pipeline {
MAVEN_OPTS = '-Xmx1024m'
PROJECT_NAME = 'spring-petclinic'
SONAR_PROJECT_KEY = 'spring-petclinic'
DOCKER_ARGS = '--network=devops-net -v /var/run/docker.sock:/var/run/docker.sock'
DOCKER_ARGS = '-v /var/run/docker.sock:/var/run/docker.sock'
}
stages {