mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-27 10:54:17 +01:00
Add ordinals to milestone
This commit is contained in:
parent
c72d1fcb01
commit
bd571ad746
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -86,7 +86,7 @@ pipeline {
|
|||
}
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
milestone()
|
||||
milestone(1)
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
unstash 'linux-natives'
|
||||
|
|
@ -107,12 +107,12 @@ pipeline {
|
|||
label "linux"
|
||||
}
|
||||
steps {
|
||||
milestone()
|
||||
milestone(2)
|
||||
timeout(time:5, unit:'MINUTES') {
|
||||
input message: "Do you wish to release?", ok: "Release"
|
||||
input message: "Are you sure, this cannot be undone?", ok: "Release"
|
||||
}
|
||||
milestone()
|
||||
milestone(3)
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
unstash 'linux-natives'
|
||||
|
|
|
|||
Loading…
Reference in a new issue