From f46846e0316c7eeab900595177b41469b43bc503 Mon Sep 17 00:00:00 2001 From: Brady Owens Date: Mon, 7 Dec 2020 18:53:15 -0500 Subject: [PATCH] Add a notice at the top of the doc about Multi Pipeline and Github only --- docs/docs/multi-pipeline.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/multi-pipeline.md b/docs/docs/multi-pipeline.md index 4ed7d80d7..44c0d7120 100644 --- a/docs/docs/multi-pipeline.md +++ b/docs/docs/multi-pipeline.md @@ -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