# helloworld-jsp **Repository Path**: mageedu/helloworld-jsp ## Basic Information - **Project Name**: helloworld-jsp - **Description**: JSP示例代码~ - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-10-28 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CI/CD development #Jenkins&WildFly This is a simple JSP Hello World CI/CD developement. 1. Eclipse to create a Dynamic Web Project integrated with Git, this upload the whole Project to github.com 2. Jenkins with pipeline that uses Git to get the Project, where there are two build phases: 2.1. The first one uses Apache ant to compile and, 2.2. The second one deploys the .war to WildFly.