Deepesh Guptadeepeshmlgupta.hashnode.dev·Oct 29, 2024Jenkins Declarative Pipeline with DockerIn today's world of continuous integration and continuous delivery (CI/CD), automation is the backbone of efficient software development. This is where Jenkins Pipelines come in handy. They allow teams to automate their processes, from building and t...DiscussJenkins
yajna narayana aithalyajna.hashnode.dev·Nov 17, 2023Jenkins-SonarQube-Docker project using WebhooksDownloading the code from GitHub, doing code analytics in SonarQube, deploying in the container called Docker tool and presenting website to the end-user. Creating the instances - jenkins, sonarqube, docker instance type = t2.medium for all 3 insta...Discuss·1 like·101 readsJenkins
Siri Chandanairis1919.hashnode.dev·Nov 1, 2023Day27/Jenkins Declarative Pipeline with DockerIn previous article was all about a Declarative pipeline, now it is time to level up things, so let's integrate Docker and your Jenkins declarative pipeline. What is the docker-integrated Jenkins declarative pipeline? Docker-integrated Jenkins declar...Discussjenkins pipeline
Moiz Asifmoiz-journeytodevops.hashnode.dev·Sep 17, 2023Day 27: Jenkins Declarative Pipeline with DockerDay 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipelin...Discuss#devops #jenkins #docker #integration #ci/cd
Devselfserve.hashnode.dev·Jul 2, 2023Different Approaches to Enable Docker Commands in JenkinsDocker-in-Docker (DinD): Use Case: DinD is useful when you need to create isolated build and test environments within Jenkins. It allows you to run Docker commands inside the Jenkins container itself, providing a self-contained Docker environment. T...Discuss#devops #jenkins #docker #integration #ci/cd
melam chaitanya kumarmelamchk421.hashnode.dev·Apr 20, 2023Streamlining Development with CI/CD and DevOps: On-Premises vs. CloudDevOps methodologies are all about streamlining the software development lifecycle and improving the speed and quality of software releases. One key aspect of DevOps is implementing continuous integration and continuous delivery (CI/CD) pipelines, wh...Discuss·1 likeDevops
Neha Bhardwajnehabhardwaj.hashnode.dev·Feb 20, 2023Free Style Project in JenkinsWorkflow of Jenkins In the previous blog, we learned about the basics of Jenkins and its installation process on an Ubuntu server. In this blog, we will see the type of projects that can be handled with the help of Jenkins. As you know Jenkins is the...Discuss·197 readsJenkins
Rushikesh Mashidkarblogs.rishikeshops.in·Feb 13, 2023Declarative Jenkins Pipelines: Simplifying Continuous Integration and DeploymentJenkins is a well-known example of Java-based, open-source CI/CD software. It is a great choice for automating the software testing, development, delivery, and deployment processes because it offers both continuous integration (CI) and continuous del...Discuss·5 likes·983 readsJenkins
SAFIA KHATOONsafiakhatoon.hashnode.dev·Feb 9, 2023Day 28 Task: Jenkins AgentsJenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, etc....Discuss·1 like·109 reads Jenkins, DevOps
Rushikesh Mashidkarblogs.rishikeshops.in·Feb 7, 2023Jenkins Agent to Master Node Connection Using SSH Keys | Deploying Project on AgentJenkins is a powerful tool for automating software builds, tests, and deployments. To ensure that your Jenkins environment is both secure and stable, it's important to connect your Jenkins agent to the master node using SSH keys. This process may sou...Discuss·8 likes·1.0K reads Jenkins, DevOps