0 votes
in Jenkins by
Explain the process of setting up a Jenkins job?

1 Answer

0 votes
by

Jenkins handles project builds through jobs. To set up a job, you should follow a few steps:

  1. Select a new item, and enter the name of the job.
  2. Select freestyle project and press OK.
  3. Enter the job description and configure the number of builds and time for which they should be retained.
  4. Configure the repository (Example Git). Enter the URL and credentials.
  5. Specify the build triggers.
  6. Save the job.
  7. Validate the job by clicking on ‘Build Now’.

Related questions

0 votes
0 votes
asked May 12, 2022 in Continuous Integration with Jenkins by sharadyadav1986
0 votes
0 votes
asked May 1, 2021 in Jenkins by rajeshsharma
...