Saturday, 23 April 2016

How to setup the project in Jenkins ?


Setup the project

Go to Jenkins top page, select "New Job", then choose "Build a free-style software project".

This job type consists of the following elements :
 1. optional Source code management, such as CVS or SVN where your source code resides.

 2. optional triggers to control when Jenkins will perform builds.

 3. some sort of build script that performs the build (ant, maven, shell script, batch file, etc.) where the real work happens

 4. optional steps to collect information out of the build, such as archiving the artifacts and/or recording javadoc and test results.

 5. optional steps to notify other people/systems with the build result, such as sending e-mails, IMs, updating issue tracker, etc.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.