mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Merge master to LDOP-300-remote-bg-deployments
This commit is contained in:
commit
6b6476a2c9
1 changed files with 5 additions and 7 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -19,13 +19,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
configFileProvider(
|
||||
[configFile(fileId: 'nexus', variable: 'MAVEN_SETTINGS')]) {
|
||||
configFileProvider([configFile(fileId: 'nexus', variable: 'MAVEN_SETTINGS')]) {
|
||||
sh 'mvn -s $MAVEN_SETTINGS clean deploy -DskipTests=true -B'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Sonar') {
|
||||
agent {
|
||||
docker {
|
||||
|
|
Loading…
Reference in a new issue