#jenkins
Read more stories on Hashnode
Articles with this tag
Introduction So far we have learned to integrate Git- an SCM and Ansible- a Configuration Management tool with Jenkins. In this Blog, we will do a...
Introduction In this blog, we will integrate a configuration management tool called Ansible with Jenkins. Further, we will run the ansible-playbook...
Introduction We will now try connecting to a remote server basically another EC2 instance, establish the connection between the Jenkins server and...
Introduction In this post, I will walk through connecting Jenkins with GitHub to fetch code, run a job manually, and later automate it to trigger...
Introduction In this post, we’ll begin creating our first job in Jenkins. We’ll create a simple freestyle project executing a basic shell script and...
Introduction Welcome to my blog! In this post, we'll explore the Jenkins dashboard, the central hub for managing your CI/CD pipelines, jobs, and...