To make manual approval in Jenkins pipeline, you can use the input step. Here’s an example: stage(‘Approval’) lets you manually approve, decline or postpone for…
Linux cheat sheet
To make manual approval in Jenkins pipeline, you can use the input step. Here’s an example: stage(‘Approval’) lets you manually approve, decline or postpone for…