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…
This CronJob runs every day at midnight and executes a shell script that will remove all unused images, containers, and volumes that are older than…