This commit is contained in:
Owen Mehegan 2016-09-09 16:36:25 -07:00 committed by GitHub
parent e01901478b
commit b16e4bac34
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ Due to this the plugin just listens for GitLab Push Hooks for multibranch pipeli
Example `Jenkinsfile` for multibranch pipeline jobs
```
properties properties: [[$class: 'GitLabConnectionProperty', gitLabConnection: '<your-gitlab-connection-name>']]
properties: [[$class: 'GitLabConnectionProperty', gitLabConnection: '<your-gitlab-connection-name>']]
node {
stage "checkout"