In today’s fast-paced digital landscape, organizations are increasingly relying on containerization to efficiently deploy and manage their applications. Kubernetes, an open-source container orchestration platform, has…
Linux cheat sheet
In today’s fast-paced digital landscape, organizations are increasingly relying on containerization to efficiently deploy and manage their applications. Kubernetes, an open-source container orchestration platform, has…
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…
In this guide we will learn how to create ci/cd pipeline in Jenkins, build the image , push to local repository and deploy our app…
We are going to check how to configure Jenkins to build Docker Images based on a Dockerfile. Below are the steps of how you can…