#jenkins
Read more stories on Hashnode
Articles with this tag
Day 29 of 90daysofdevops · What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration...
Day 27 of 90daysofdevops · Task-01 Create a docker-integrated Jenkins declarative pipeline Use the above-given syntax using sh inside the stage...
Day 26 of 90daysofdevops · A Pipeline is a collection of steps or jobs interlinked in a sequence. It is a sequence of stages or steps that define the...
Day 24 of 90daysofdevops · Let's make a beautiful CI/CD Pipeline for your Node JS Application Task-01 Create a connection to your Jenkins job and your...
Day 23 of 90daysofdevops · What is a Build Job? A Jenkins build job contains the configuration for automating a specific task or step in the application...
Day 22 of 90daysofdevops · What is CI/CD? CI/CD stands for Continuous Integration/Continuous Delivery (or Continuous Deployment), which is a set of...