mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Input shouldn't have {}
This commit is contained in:
parent
b997ef8545
commit
c72d1fcb01
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
|
@ -81,7 +81,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
milestone()
|
|
||||||
agent {
|
agent {
|
||||||
label "linux"
|
label "linux"
|
||||||
}
|
}
|
||||||
|
|
@ -110,14 +109,8 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
milestone()
|
milestone()
|
||||||
timeout(time:5, unit:'MINUTES') {
|
timeout(time:5, unit:'MINUTES') {
|
||||||
input {
|
input message: "Do you wish to release?", ok: "Release"
|
||||||
message: "Do you wish to release?"
|
input message: "Are you sure, this cannot be undone?", ok: "Release"
|
||||||
ok: "Release"
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
message: "Are you sure, this cannot be undone?"
|
|
||||||
ok: "Release"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
milestone()
|
milestone()
|
||||||
unstash 'windows-natives'
|
unstash 'windows-natives'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue