Update Jenkinsfile
This commit is contained in:
parent
25e719da11
commit
85ccddfa7c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -86,8 +86,8 @@ pipeline {
|
|||||||
expression { params.RELEASE }
|
expression { params.RELEASE }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "git config --global user.email \"jenkins@mchv.eu\""
|
sh "git config user.email \"jenkins@mchv.eu\""
|
||||||
sh "git config --global user.name \"Jenkins\""
|
sh "git config user.name \"Jenkins\""
|
||||||
sh "mvn -s $MVN_SET -DpushChanges=false -DpreparationGoals=initialize release:prepare release:perform -B"
|
sh "mvn -s $MVN_SET -DpushChanges=false -DpreparationGoals=initialize release:prepare release:perform -B"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user