Job name
 
This is the central feature of Jenkins. Jenkins will build your project, combining any SCM with any build system, and this can be even used for something other than software build.
 
Build a maven2 project. Jenkins takes advantage of your POM files and drastically reduces the configuration.
 
This type of job allows you to record the execution of a process run outside Jenkins, even on a remote machine. This is designed so that you can use Jenkins as a dashboard of your existing automation system. See the documentation for more details.
 
Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
  Copy from