Saturday 5 November 2016

How to create jobs in Jenkins?

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.

1 comment:

  1. Its us very important Task in jenkins practice.Thank you for providing very useful steps to create jobs in jenkins. We follow your steps. The Lucidtechsystems providing Jenkins Training through online and offline or classroom training center in Hyderabad,India.

    ReplyDelete

Tricks and Tips