1
0
Fork 0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-07 14:08:31 +02:00
parent 6e4f711352
commit 0cdacc8e8e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -72,6 +72,7 @@ pipeline {
steps {
sh "git config user.email \"jenkins@mchv.eu\""
sh "git config user.name \"Jenkins\""
sh "git add --all; git commit -m \"Add generated files\""
sh "mvn -s $MVN_SET -DpushChanges=false -DlocalCheckout=true -DpreparationGoals=initialize release:prepare release:perform -B"
}
}