Vaishnavi Shivdevshivde.hashnode.dev·Jun 1, 2024Day 28 Task: Jenkins AgentsIn the realm of continuous integration and continuous delivery (CI/CD), Jenkins reigns supreme as the go-to automation server. But what truly elevates Jenkins to greatness? Enter Jenkins Agents, the unsung heroes of scalable and distributed builds. J...Discuss·50 reads#TWS
Apurv Samadderapurv1990.hashnode.dev·Mar 4, 2024Day 20 Jenkins Agents And Web-hooksJenkins Agents Jenkins 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, moni...Discuss#Advance Jenkins
Suraj bariklinuxenthusiast.hashnode.dev·Aug 31, 2023First Jenkins freestyle-project✅We will learn🎓: Jenkins basics. How to create a simple pipeline. How to create a static pipeline(project). ✅Jenkins: Jenkins is an open-source automation server. It helps automate the parts of software development related to building, testing,...Discuss#freestyle-jenkins-project
Dhwarika Jhadwarkajha.hashnode.dev·May 15, 2023Jenkins ProjectJenkins Master (Server) Jenkins’s server or master node holds all key configurations. The 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, ...Discuss·1 like·80 reads Jenkins, DevOps