Login
Remember
Register
Ask a Question
Explain the process of setting up a Jenkins job?
0
votes
asked
May 1, 2021
in
Jenkins
by
rajeshsharma
Explain the process of setting up a Jenkins job?
jenkins-jobs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 1, 2021
by
rajeshsharma
Jenkins handles project builds through jobs. To set up a job, you should follow a few steps:
Select a new item, and enter the name of the job.
Select freestyle project and press OK.
Enter the job description and configure the number of builds and time for which they should be retained.
Configure the repository (Example Git). Enter the URL and credentials.
Specify the build triggers.
Save the job.
Validate the job by clicking on ‘Build Now’.
...