From c0f8b99f4c545fdcc7b6df250571bbea85172155 Mon Sep 17 00:00:00 2001 From: Junru Shao Date: Sat, 16 Sep 2023 21:34:30 -0700 Subject: [PATCH] [CI] Require Manual Approval for the Build Stage --- ci/jenkins/mlc_jenkinsfile.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/jenkins/mlc_jenkinsfile.groovy b/ci/jenkins/mlc_jenkinsfile.groovy index 6c767cb72a..7beb2f9bd4 100644 --- a/ci/jenkins/mlc_jenkinsfile.groovy +++ b/ci/jenkins/mlc_jenkinsfile.groovy @@ -113,6 +113,10 @@ def unpack_lib(name, libs) { cancel_previous_build() +stage('Approval') { + input id: '1', message: 'Pending. Please reply "\\test" on GitHub to continue.' +} + stage('Prepare') { node('JUNRU-CPU-SMALL') { // When something is provided in ci_*_param, use it, otherwise default with ci_*