Hi,
I just started exploring for build automation and have couple questions.
I want to perform 2 different flows as defined below. But i should be able to create the steps in one go and include the steps and order in multiple flows.
Flow - 1
1. Checkout
2. Compile
3. Generate WAR file
4. Embed Tomcat Server
5. Copy War to web-apps folder
6. Create Installer
Flow - 2
1. Checkout
2. Compile
3. Generate WAR file
4. Execute UNIT Test cases
5. Embed Tomcat Server
6. Copy War to web-apps folder
7. Create Installer
Can you please suggest the best plugins and how that can be configured?
Thanks In advance.
Thanks
Jakkam