Update Jenkinsfile
This commit is contained in:
parent
17adfc247f
commit
5343903028
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user