Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
A Maven web application deployment on tomcat using Jenkins pipeline
- Host: GitHub
- URL: https://github.com/shreyasmg46/jenkins_pipeline
- Owner: shreyasmg46
- Created: 2023-05-15T11:09:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-26T14:15:50.000Z (about 1 year ago)
- Last Synced: 2024-10-13T08:01:21.930Z (26 days ago)
- Topics: jenkins-pipeline, maven-project, tomcat, tomcat-config, webapp, webhook
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.