mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-22 04:43:44 +08:00
Jenkins: Manual approval and 10-minute timeout for staging-c3 builds (#172)
This commit is contained in:
Vendored
+4
@@ -27,7 +27,11 @@ pipeline {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
options {
|
||||
timeout(time: 10, unit: 'MINUTES')
|
||||
}
|
||||
steps {
|
||||
input "Build staging-c3?"
|
||||
script {
|
||||
sshagent(['comma-three-ssh']) {
|
||||
withCredentials([string(credentialsId: 'comma-three-username-ip', variable: 'username_ip')]) {
|
||||
|
||||
Reference in New Issue
Block a user