Continuous Integration with Jenkin
1. Download Jenkin
2. Create java project using maven
3. Write simple JUnit
4. Run Jenkin war
5. Login to Jenkin console
6. Create Job
- Create a maven goal "test"
- in advanced tab, provide the path of the pom.xml
7. Run the job
Its very easy steps to configure the Jenkin and understand continous integration for basic understanding
1. Download Jenkin
2. Create java project using maven
3. Write simple JUnit
4. Run Jenkin war
5. Login to Jenkin console
6. Create Job
- Create a maven goal "test"
- in advanced tab, provide the path of the pom.xml
7. Run the job
Its very easy steps to configure the Jenkin and understand continous integration for basic understanding
No comments:
Post a Comment