mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
parent
b8696bc486
commit
c60e13f45d
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -12,12 +12,12 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage("build") {
|
stage("build") {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn -Dmaven.test.failure.ignore=true clean package'
|
sh 'mvn -Dmaven.test.failure.ignore=true --settings /var/jenkins_home/settings-docker.xml clean package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Quality Gates') {
|
stage('Quality Gates') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn sonar:sonar'
|
sh 'mvn --settings /var/jenkins_home/settings-docker.xml sonar:sonar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy - Dev') {
|
stage('Deploy - Dev') {
|
||||||
|
|
Loading…
Reference in a new issue