Continuous Deployment & Continuous Delivery With tools Such as Sonarqube and JenkinsApr 20, 2024·4 min read
PinnedKubernetes the Container Orchestration toolcate work Kubernetes is a container orchestration platform. Containers are ephemeral in nature. Which means containers can die and revive anytime. Suppose on top of docker engine there were 100 contaiJun 22, 2026·56 min read
Containerizing Application with Docker and Docker Concepts, Multistage Docker VolumesMar 7, 2024·33 min read
Integrating Jenkins with MavenApache Maven is a widely used build automation and project management tool in the Java ecosystem. Its based on POM(Page Object Model).Without Maven , Every time we have to include jars in our project but with maven we just need to add dependency in o...Feb 20, 2024·5 min read
ADVANCED DECLARATIVE JENKINS PIPELINE WITH MASTER and Agent Node ConfigurationWhat is a Pipeline ? A pipeline is a collection of steps or jobs interlinked in a sequence. The goal of a pipeline is to automate and streamline the process of building, testing, and deploying software code, reducing manual intervention and improving...Feb 12, 2024·11 min read
NODE-TO-DO APPLICATION DEPLOYMENT Under build trigger option as GitHub hook trigger for GITScm pollingStep 1:-- I have selected a freestyle project under project description as "This job will deploy the node app on server automatically" Then in the second step I have copied the GitHub URL details and pasted it in the Github URL section. Now in the ...Feb 6, 2024·2 min read
Continious Integration and Continious DeliveryIn Software development Practice developers commit their work frequently into Central code (Repository). GitHub. There are certain automated tools which build the newly committed code and perform a code review, as required upon integration. Key goal ...Jan 23, 2024·7 min read