mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-02-25 17:14:17 +01:00
Milestone needs ()
This commit is contained in:
parent
97416d3813
commit
b997ef8545
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -87,7 +87,7 @@ pipeline {
|
|||
}
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
milestone
|
||||
milestone()
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
unstash 'linux-natives'
|
||||
|
|
@ -108,7 +108,7 @@ pipeline {
|
|||
label "linux"
|
||||
}
|
||||
steps {
|
||||
milestone
|
||||
milestone()
|
||||
timeout(time:5, unit:'MINUTES') {
|
||||
input {
|
||||
message: "Do you wish to release?"
|
||||
|
|
@ -119,7 +119,7 @@ pipeline {
|
|||
ok: "Release"
|
||||
}
|
||||
}
|
||||
milestone
|
||||
milestone()
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
unstash 'linux-natives'
|
||||
|
|
|
|||
Loading…
Reference in a new issue