Skip to content

Commit

Permalink
[CI] Require Manual Approval for the Build Stage
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Sep 17, 2023
1 parent ba82a8d commit c0f8b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/jenkins/mlc_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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_*
Expand Down

0 comments on commit c0f8b99

Please sign in to comment.