From ce91902139bf06a8d437079fccd5ab672a323a7f Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 18 Jun 2023 21:21:40 -0400 Subject: [PATCH] Jenkins: Manual approval and 10-minute timeout for staging-c3 builds (#172) --- scripts/sunnypilot/Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/sunnypilot/Jenkinsfile b/scripts/sunnypilot/Jenkinsfile index 7a5e869cbe..d6faa47a3c 100644 --- a/scripts/sunnypilot/Jenkinsfile +++ b/scripts/sunnypilot/Jenkinsfile @@ -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')]) {