Below step-by-step procedure explains, how to create a
job.
Open Jenkins.
Click on ‘New Item’.
You can able to see list of jobs available in Jenkins.
Below tables summarizes the jobs available in Jenkins.
Job
|
Description
|
Freestyle Project
|
It is the central feature of Jenkins. You will use this
job more frequently in this tutorial series.
|
Pipeline
|
This job is helpful, if you want to perform series of
steps to achieve result. For example, clean -> compile -> test ->
build -> deploy.
|
External job
|
This job is used 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 systems.
|
Multi-configuration project
|
It is suitable for the project that need a large number
of different configurations like testing the application in multiple
environments (windows, linux, unix, mac etc.,)
|
Folder
|
Creates a container that stores nested items in it. It
is useful for grouping the things together.
|
GitHub Organization
|
Scans a GitHub organization for all repositories
matching some defined markers.
|
Multibranch Pipeline
|
Creates a set of pipeline project according to detected
branches in one SCM (Source Code Management) repository.
|
No comments:
Post a Comment