1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-16 05:16:08 +02:00

Recommend Multibranch pipeline job type in guided tour (#1041)

This commit is contained in:
Florian Wilhelm 2019-12-06 09:54:43 +01:00 committed by GitHub
parent 7feaa36868
commit 3caab5e10c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -81,13 +81,11 @@ Copy the sources of the application into your own Git repository. While we will
![Clicke New Item](images/JenkinsHomeMenu-1.png "Jenkins Home Menu")
</p>
1. Provide a name for your new item (for example, *My First Pipeline*) and select **Pipeline**.
1. Provide a name for your new item (for example, *My First Pipeline*) and select **Multibranch Pipeline**.
<p align="center">
![Create Pipeline Job](images/JenkinsNewItemPipeline-1.png "Jenkins New Item")
</p>
1. For **Definition** in the **Pipeline** options, choose **Pipeline script from SCM**.
1. For **SCM**, choose **Git**.
1. For **Repository URL** in the **Repositories** section, enter the URL of your Git repository, for example `https://github.com/<your-org>/cloud-cf-helloworld-nodejs`. **Note:** If your repository is protected, you must provide your credentials in the **Credentials** section.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 88 KiB