#ubuntu
Read more stories on Hashnode
Articles with this tag
Jenkins master-slave architecture Jenkins uses a Master-Slave architecture to manage distributed builds. In this architecture, Master and Slave...
What is Pipeline? In simple terms, a pipeline is a sequence of steps or stages that software goes through, from development to deployment. It...
What is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single...
What is Jenkins? Jenkins is a tool that is used for automation. It is mainly an open-source server that allows all the developers to build, test...
Task Create a 'Dockerfile' for a simple web application (e.g. a Node.js or Python app) Build the image using the Dockerfile and run the...