#jenkins
Read more stories on Hashnode
Articles with this tag
Deployment in k8:- A Kubernetes Deployment tells Kubernetes how to create or modify instances of the pods that hold a containerised application....
Hello Guys, I hope you understand the concept of Jenkins, Ci/Cd from my previous blogs and articles from my hashnode account. Here are some important...
Jenkins Master (Server) Jenkins is an open-source automation server that helps to automate parts of the software development process. In Jenkins, the...
Docker Build:- Docker Build is one of Docker Engine's most used features. Whenever you are creating an image you are using Docker Build. Build is a...
1) Pipeline Jenkins Pipeline (or simply "Pipeline") is a suite of plugins which supports implementing and integrating continuous delivery pipelines...
To create ci-cd pipeline -->Choose a CI/CD tool. There are many different CI/CD tools available, such as Jenkins, GitHub Actions, and GitLab CI/CD....