1
0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-07 02:32:10 +02:00
parent b59c88f92c
commit 25e719da11

2
Jenkinsfile vendored
View File

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