Improve doc to setup webhook with folders

Add a comment to improve accuracy when setup a webhook with Jenkins Multibranch Pipeline/Workflow job inside folders.
This commit is contained in:
smutel 2017-12-13 10:49:08 +01:00 committed by GitHub
parent 316b8bebb8
commit cdb6a39092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Due to this the plugin just listens for GitLab Push Hooks for multibranch pipeli
1. Click **Add source**
2. Select **Git**
3. Enter your *Repository URL* (e.g.: ``git@your.gitlab.server:group/repo_name.git``)
4. Unlike other job types, there is no 'Trigger' setting required for a Multibranch job configuration; just create a webhook in GitLab for push requests which points to ``http://JENKINS_URL/project/PROJECT_NAME``
4. Unlike other job types, there is no 'Trigger' setting required for a Multibranch job configuration; just create a webhook in GitLab for push requests which points to ``http://JENKINS_URL/project/PROJECT_NAME`` or ``http://JENKINS_URL/project/FOLDER/PROJECT_NAME`` if the project in inside a folder in Jenkins.
Example `Jenkinsfile` for multibranch pipeline jobs
```