CI/CD

Tools and methods i have learned in CI/CD

Latest posts

Docker jenkins

Creating Jenkins docker container on our host machine, Ref: https://hub.docker.com/r/jenkins/jenkins Ref: https://github.com/jenkinsci/docker/blob/master/README.md $ docker run -p 8080:8080 -p 50000:50000 -d -v...

Install Jenkins on EC2 (Amazon Linux 2 AMI)

Jenkins offers a simple way to set up a continuous integration or continuous delivery (CI/CD) environment for almost any combination of languages and source code repositories using pipelines, as well as automating other routine development tasks.