Q 74. How to create jobs in
Jenkins?
Go to Jenkins top page, select "New
Job", then choose "Build a free-style software project". This
job type consists of the following elements:
- optional SCM, such as CVS or
Subversion where your source code resides.
- optional triggers to control when
Jenkins will perform builds.
- some sort of build script that
performs the build (ant, maven, shell script, batch file, etc.) where the
real work happens
- optional steps to collect
information out of the build, such as archiving the artifacts and/or
recording javadoc and test results.
- optional steps to notify other
people/systems with the build result, such as sending e-mails, IMs,
updating issue tracker, etc.
For screenshots.




