mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-05 00:09:57 +01:00
Add the git push
This commit is contained in:
parent
99debb71a0
commit
a4c7d312d2
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -135,6 +135,7 @@ pipeline {
|
|||
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:set -DnextSnapshot"
|
||||
sh "git commit -m 'Next development release' ."
|
||||
sh "git push"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue