Jenkins: Manual approval and 10-minute timeout for staging-c3 builds (#172)

This commit is contained in:
Jason Wen
2023-06-18 21:21:40 -04:00
committed by GitHub
parent 479fe77756
commit ce91902139
+4
View File
@@ -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')]) {