To make manual approval in Jenkins pipeline, you can use the input step. Here’s an example: pipeline { agent any stages { stage(‘Build’) { steps…
Linux cheat sheet
To make manual approval in Jenkins pipeline, you can use the input step. Here’s an example: pipeline { agent any stages { stage(‘Build’) { steps…