When working with Jenkins pipelines, you may need to retrieve the URL of your GitHub repository dynamically and use it in your pipeline. Here’s a…
Linux cheat sheet
When working with Jenkins pipelines, you may need to retrieve the URL of your GitHub repository dynamically and use it in your pipeline. Here’s a…
To make manual approval in Jenkins pipeline, you can use the input step. Here’s an example: pipeline { agent any stages { stage(‘Build’) { steps…