CI/CD Deploy a war app on Docker Container Using Jenkins adminApril 24, 20200 In this article, I will demonstrate how to deploy a war application on the Tomcat Docker container using the Jenkins...
CI/CD Deploy a WAR file on Tomcat Server using Jenkins adminApril 10, 20201 In this document, I will demonstrate deploying a war file (application code) that is present in the Github repository...
CI/CD Tomcat Server Installation on AWS EC2 adminDecember 14, 20190 In this article, I will demonstrate how to spin up an EC2 instance on the AWS cloud and install the Tomcat server. I...
CI/CD Github Integration with Jenkins Server. adminDecember 7, 20190 In this article, I will demonstrate how to install Git and integrate it with the Jenkins server. Here I am using the...
CI/CD Maven Installation and Integration with Jenkins adminNovember 29, 20190 In this article, I will demonstrate the installation of the Apache Maven build tool and it's integration with Jenkins...
CI/CD Build Simple Java Project with Maven adminNovember 17, 20190 In this article, we will create a very simple java project and build it with Maven. This guide will help you to...
Automation Terraform Installation on Ubuntu and Mac-book Pro. adminOctober 25, 20190 Terraform is an open-source Infrastructure as a service (IaaC) tool, mainly used to provision and configure...
CI/CD Dockerfile: To automate Docker image creation adminOctober 3, 20172 We have already learned how to install Docker and create an image for the container. In this article, we will learn...