Skip to content

Commit

Permalink
Update mlc_jenkinsfile.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored Sep 16, 2023
1 parent 4906587 commit 3cee816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/mlc_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ stage('Lint') {
}}}
}

stage('Build') {
input "Approve build?"
stage('Pending Approval') {
input("Approve build?", id="approve_build")
}

stage('Build') {
Expand Down

0 comments on commit 3cee816

Please sign in to comment.