Azure How to Integrate Slack with Azure DevOps Board RinshadAugust 8, 20210 This blog post will demonstrate how to integrate Azure DevOps Boards with a Slack or Slack channel. Azure DevOps is a...
CI/CD Deploy a war app on Docker Container Using Jenkins RinshadApril 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 RinshadApril 10, 20201 In this document, I will demonstrate deploying a war file (application code) that is present in the Github repository...
Jenkins ERROR: Failed to parse POMs, Jenkins RinshadMarch 26, 20200 This article contains an error that occurred while building a Maven project with the Jenkins server. My code is present...
CI/CD Tomcat Server Installation on AWS EC2 RinshadDecember 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. RinshadDecember 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 RinshadNovember 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 RinshadNovember 17, 20190 In this article, we will create a very simple java project and build it with Maven. This guide will help you to...