#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Day 18 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your...
What is Pipeline -*A pipeline is a collection of steps or jobs interlinked in a sequence.* Declarative:*Declarative is a more recent and advanced...
🏗️What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...
Docker compose Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your...
What is Docker? Docker is an open platform that can be said a Platform as a service for developing, shipping and running applications. Docker enables...
Git Cherry Pick Git cherry-pick is a command that allows you to select specific commits from one branch and apply them to another. This can be useful...