mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
Merge pull request #150 from taz77/clarify-multi-pipeline
Add a notice at the top of the doc about Multi Pipeline and Github only
This commit is contained in:
commit
0cf4554ea0
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
# Multi-pipeline builds
|
||||
|
||||
**NOTE: Feature is only available for Github repositories. Folow [this](https://github.com/laszlocph/woodpecker/issues/131) issue to support further development.**
|
||||
|
||||
By default, Woodpecker looks for the pipeline definition in `.drone.yml` in the project root.
|
||||
|
||||
The Multi-Pipeline feature allows the pipeline to be splitted to several files and placed in the `.drone/` folder
|
||||
|
|
Loading…
Reference in a new issue