mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-03 15:29:57 +01:00
Use a parameterised build for release
This commit is contained in:
parent
9509787f01
commit
99debb71a0
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -115,7 +115,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
/*
|
||||
milestone(3)
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
|
|
@ -137,8 +136,6 @@ pipeline {
|
|||
sh "mvn -P windows,linux,osx,wintab,release versions:set -DnextSnapshot"
|
||||
sh "git commit -m 'Next development release' ."
|
||||
}
|
||||
*/
|
||||
echo "Release!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue