Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyasmg46/jenkins_pipeline

A Maven web application deployment on tomcat using Jenkins pipeline
https://github.com/shreyasmg46/jenkins_pipeline

jenkins-pipeline maven-project tomcat tomcat-config webapp webhook

Last synced: about 10 hours ago
JSON representation

A Maven web application deployment on tomcat using Jenkins pipeline

Awesome Lists containing this project

README

        

# Tomcat installation
This repo contains the tomcat installation steps, where the package has been downloaded from the official tomcat website.

# Jenkins_Project
This repo contains sample code of java. This code is built by using Apache-Maven
Maven tool is installed and configured in Jenkins as plugin
A manual pipeline was transformed into an automated one with the assistance of a GitHub webhook. Now, whenever the GitHub repository detects new changes or commits, it triggers an automatic build and deployment of the new feature to Tomcat v8.5 through a declarative pipeline.