Jenkins System Setup
Test Environment: Windows Server 2008 + Tomat 6
Tomcat 6 need has manage package and works
2. Install package in Windows Server 2008
3. Goto URL: http://localhost:8080
4. Goto Manage Jenkins / Configure System
5. Set JDK / Ant / Maven
JDK: manually install and set the path
Ant: install by Jenkins
Maven: install by Jenkins
6. Goto Manage Jenkins / Manage Plugins / Available
7. Install "Deploy Plugin"
8. Goto New Item
9. Choose "Freestype project" and input item name
10. Define the SVN link
11. Choose the JDK version
12. Click "Add build step" choose "Invoke Ant"
13. Click "Add post-build action" choose "Deploy war/ear to a container"
Comments
Post a Comment