new item - free style project
- Setup - maven - clean
- Compile - maven - compile
- StaticAnalysis - maven - sonar:sonar - copy from Compile
- UnitTesting - maven - test - copy from Compile - publish junit test results report-- target/surefire-reports/*.xml - 1.0
- CodeCoverage - maven - jacoco:report -copy from UnitTesting
- war - maven - war:war - copy from Compile
- toArtifactory - maven -deploy - copy from war
- SmokeTest - no maven - copy from war - deploy as war -- */*.war
clean compile sonar:sonar test jacoco:report war:war deploy
C:\Windows\System32\config\systemprofile\AppData\Local\Jenkins\.jenkins\workspace\CI_Calculator