add documentation for the README file

This commit is contained in:
Aurélien Leboulanger 2017-01-09 11:21:38 +01:00 committed by colourmeamused
parent b34d64be43
commit d719c8eedb
1 changed files with 14 additions and 0 deletions

View File

@ -134,6 +134,20 @@ node {
2. Configure any other pre build, build or post build actions as necessary
3. Click *Save* to preserve your changes in Jenkins.
> If you are using the pipeline model definition syntax in your pipeline job, you can enable the gitlab plugin in the triggers section:
```
pipeline {
agent any
triggers {
gitlab(triggerOnPush: true, triggerOnMergeRequest: true, [...])
}
[...]
}
```
### Matrix/Multi-configuration jobs
**The Jenkins Matrix/Multi-configuration job type is not supported.**