Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-07 03:08:26 +02:00
parent 17adfc247f
commit 5343903028
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -45,6 +45,8 @@ pipeline {
expression { params.RELEASE }
}
steps {
sh "git config user.email \"jenkins@mchv.eu\""
sh "git config user.name \"Jenkins\""
sh "mvn -s $MVN_SET -DpushChanges=false -DlocalCheckout=true -DpreparationGoals=initialize release:prepare release:perform -B"
}
}