vikas bhaskar vooradidevjourney.co.in·Dec 14, 2024How I Triggered a Jenkins Job via CURL commandA Step-by-Step Guide to Triggering Jenkins Jobs with CURL Commands on Windows Install Jenkins on Windows Ensure Jenkins is installed and configured on your Windows machine. Download CURL Executable File By default, Windows comes with CURL. If it's...curl
Saurabh Adhaudevopsvoyager.hashnode.dev·Mar 21, 2024Jenkins Pipeline as Code: Automating CI/CD WorkflowsIntroduction 🚀 Jenkins Pipeline as Code is a powerful feature that allows teams to define their Continuous Integration and Continuous Delivery (CI/CD) pipelines as code, enabling automation, repeatability, and scalability in software development pro...10 likesJenkinsJenkins
Satish D Raj Shettydevopsgeeks.hashnode.dev·Apr 19, 2023How to Install Jenkins on UbuntuIntroduction Jenkins is a 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 managemen...29 readsDevops