#jenkins
Read more stories on Hashnode
Articles with this tag
Questions with their answers What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous...
Jenkins master slave architecture The master-slave architecture in Jenkins allows for greater scalability and flexibility in managing builds across...
Task: Create declarative docker build pipeline Also in same pipeline push docker image to public repository Use github integrations to perform push...
Why you should have a Pipeline The definition of a Jenkins Pipeline is written into a text file (called a Jenkinsfile) which in turn can be committed...
What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...
What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...