Hopefully fix the release not incrementing or commiting

This commit is contained in:
Endolf 2018-05-25 21:50:06 +01:00
parent 6150206edb
commit c63b09a047

1
Jenkinsfile vendored
View file

@ -133,6 +133,7 @@ pipeline {
}
sh "git tag -a ${VERSION_TAG} -m 'Release tag ${VERSION_TAG}'"
sh "mvn -P windows,linux,osx,wintab -Dmaven.antrun.skip -Dmaven.test.skip -DskipTests -DskipITs deploy"
sh "mvn -P windows,linux,osx,wintab,release versions:revert"
sh "mvn -P windows,linux,osx,wintab,release versions:set -DnextSnapshot"
sh "git commit -m 'Next development release' ."
sh "git push"