项目作者: rsftsi

项目描述 :
CI/CD Development - Java JSP test using WildFly & Jenkins (pipeline with Apache Maven).
高级语言: Java
项目地址: git://github.com/rsftsi/helloworld-JSPmvn.git
创建时间: 2019-12-05T21:42:28Z
项目社区:https://github.com/rsftsi/helloworld-JSPmvn

开源协议:GNU General Public License v2.0

下载


CI/CD development

Jenkins&WildFly

This is a simple JSP Hello World CI/CD developement.

Eclipse to create a Dynamic Web Project integrated with Git, this upload the whole Project to github.com

Jenkins with pipeline that uses Git to get the Project, where there are one build phase, and one post-build phase, respectively:

2.1. The first one uses Apache Maven clean & install and,

2.2. The second one deploys the .war to WildFly.

The file pom.xml contains the Project Object Model (POM) for this project that was used whit Maven.