Home

Configure Git Repositories

To configure Git repositories,

  1. Select the Jenkins Pipeline Project and click Configure.
  2. Scroll to the end and click Pipeline Syntax.
  3. Select git: Git from the drop-down menu.
  4. Add Repository URL, Branch, and Credentials in the respective fields.
  5. Click Generate Pipeline Script.
  6. Copy this generated pipeline script and use it while configuring the pipeline job.

Image 20

Next step:

Configure Pipeline Job