Fixes !409
This commit is contained in:
parent
e01901478b
commit
b16e4bac34
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue