mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
removed mvn settings
This commit is contained in:
parent
0015a2e4c1
commit
da1895c8d1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn -s $MAVEN_SETTINGS clean deploy -DskipTests=true -B'
|
sh 'mvn clean install -DskipTests=true -B'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build container') {
|
stage('Build container') {
|
||||||
|
|
Loading…
Reference in a new issue