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') {
|
||||
milestone()
|
||||
agent {
|
||||
label "linux"
|
||||
}
|
||||
|
|
@ -110,14 +109,8 @@ pipeline {
|
|||
steps {
|
||||
milestone()
|
||||
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"
|
||||
}
|
||||
input message: "Do you wish to release?", ok: "Release"
|
||||
input message: "Are you sure, this cannot be undone?", ok: "Release"
|
||||
}
|
||||
milestone()
|
||||
unstash 'windows-natives'
|
||||
|
|
|
|||
Loading…
Reference in a new issue