mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
volume mount configuration change as jenkins container was refusing to start on Docker for AWS
This commit is contained in:
parent
beada8ac6a
commit
728b55f485
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -17,12 +17,12 @@ pipeline {
|
|||
stages {
|
||||
stage("build") {
|
||||
steps {
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true --settings /var/jenkins_home/settings-docker.xml clean package'
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true --settings /maven/settings-docker.xml clean package'
|
||||
}
|
||||
}
|
||||
stage('Quality Gates') {
|
||||
steps {
|
||||
sh 'mvn --settings /var/jenkins_home/settings-docker.xml sonar:sonar'
|
||||
sh 'mvn --settings /maven/settings-docker.xml sonar:sonar'
|
||||
}
|
||||
}
|
||||
stage('Deploy - Dev') {
|
||||
|
|
Loading…
Reference in a new issue