Devops Notes
Devops Notes
2. What is a CI/CD Pipeline and what are some popular CI/CD tools?
• CI and CD stand for continuous integration and continuous
delivery/continuous deployment.
• A CI/CD pipeline is a series of automated steps that help software teams
build, test, and deploy code, and is a key part of the DevOps methodology.
• Jenkins, Bamboo, CirlceCI, GitLab, TravisCI, Buddy, TeamCity, etc.
A Git repository is a virtual storage space for your project's files and code, and
it's a core part of the Git version control system. It's where you can:
13. How Will You Remove a Docker Image? What is the Command?
To delete a Docker image, use the docker rmi command and pass the ID of the
image you want to remove.
To use credentials in Jenkins, you can configure credentials and call them in the
Pipeline. Here's how to add credentials to Jenkins: