Nextwebbnextwebb.hashnode.net·Jan 10, 2023Create Docker Containers Using Ansible 🐳🚀: Introduction🤔 Are you tired of manually setting up and configuring your Docker containers? 🙅♂️ Say no more! 🚀 With Ansible, you can automate the creation of Docker containers in just a few simple steps. But first, what is Ansible? 🤔 Ansible is an open-sourc...Discuss·10 likes·72 readscontainerization
Rushikesh Mashidkarrushikesh-mashidkar.hashnode.net·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·762 reads Jenkins, DevOps
Varsha Vermacloud-and-devops.hashnode.net·Jan 30, 2023JenkinsJenkins is a Java-built open-source CI/CD software platform that supports continuous integration (CI) and continuous delivery (CD). It’s used to automate software testing, building, delivery, and deployment. Using Jenkins on Ubuntu creates a powerful...Discuss·5 likes·1.2K reads Jenkins, DevOps
melam chaitanya kumarforCode & Culture:Engineer's Journeymelamchk421.hashnode.net·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...DiscussDevops
Neha BhardwajforDevOps Engineer's Blognehabhardwaj.hashnode.net·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·176 readsJenkins
Rushikesh MashidkarforDevOps With RishikeshOpsrushikesh-mashidkar.hashnode.net·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·3 likes·688 readsJenkins
SAFIA KHATOONforsafiakhatoon.hashnode.net·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·100 reads Jenkins, DevOps
Rushikesh MashidkarforDevOps With RishikeshOpsrushikesh-mashidkar.hashnode.net·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·762 reads Jenkins, DevOps
shamnad sheriefforshamnadsherief.hashnode.net·Jan 31, 2023Running Jenkins On DockerIn the previous article, we saw how to install and run Jenkins on your Linux machine. In this one, we are running Jenkins on a docker container. First of all, you need to update the source and install docker. sudo apt-get update && sudo apt-get insta...DiscussDocker
Varsha Vermaforcloud-and-devops.hashnode.net·Jan 30, 2023JenkinsJenkins is a Java-built open-source CI/CD software platform that supports continuous integration (CI) and continuous delivery (CD). It’s used to automate software testing, building, delivery, and deployment. Using Jenkins on Ubuntu creates a powerful...Discuss·5 likes·1.2K reads Jenkins, DevOps
akash zadeforDevOps Worldakash-zade.hashnode.net·Jan 24, 2023Complete Jenkins CI/CD ProjectTask-01 Fork this repository. Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Read About GitHub WebHooks and make sure you have a CICD setup Refer to this video for the entire project Fork the repo...Discuss·133 readsDevops
akash zadeforDevOps Worldakash-zade.hashnode.net·Jan 23, 2023Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into t...Discuss·1 like·185 readsDevops
Viswanth ReddyforViswaViewsviswaviews.hashnode.net·Jan 23, 2023Jenkins BackupThere are several ways you can back up your Jenkins instance: Use the Jenkins Backup Plugin: This plugin allows you to create backups of your Jenkins instance and store them in a secure location. Manually back up the Jenkins home directory: You can...DiscussJenkins#devops #jenkins #docker #integration #ci/cd