That One Friday Deployment We’ll Never Forget It was a typical Friday afternoon, and everything seemed calm. We had a small change to push to…
Linux cheat sheet
That One Friday Deployment We’ll Never Forget It was a typical Friday afternoon, and everything seemed calm. We had a small change to push to…
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…
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…