Docker

CI/CD using Jenkins and Docker

Posted on

In this blog, we will explore the CI/CD process using Jenkins and Docker. We will deploy the sample java application using Docker container. We will be deploying war file in a tomcat container. At last,this process will help us in achieving continuous integration and continuous deployment for your application inside a container If you want […]

Jenkins

CI/CD using Jenkins and Ansible

Posted on

In this blog, we will explore the CI/CD process using Jenkins and Ansible. We will deploy the sample java application using Ansible on the tomcat servers. At last,this process will help us in achieving continuous integration and continuous deployment for your application. If you want to see the video for this article, click here Prerequisite: […]

Jenkins

CI/CD Setup Ruby On Rails using Jenkins

Posted on

In this blog, we will  do the CI/CD Setup Ruby On Rails using Jenkins. Prerequisite Java — Install Java from here Jenkins — Install Jenkins from here Git — sudo yum install git Install Plugins in Jenkins Go to Manage Jenkins -> Manage Plugins -> RubyMetrics, Rake, Rvm Go To Manage Jenkins -> Configure System -> Search for Rake Find the RVM […]