From: Michał Kępień Date: Thu, 21 Mar 2024 11:29:21 +0000 (+0100) Subject: Add "pipelines" to CI job trigger lists X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c864ed2e0e8323e14b44eea68f298eeb0c8e3b34;p=thirdparty%2Fbind9.git Add "pipelines" to CI job trigger lists To enable GitLab CI jobs in other projects to trigger pipelines in the BIND 9 project using their CI_JOB_TOKEN, add "pipelines" to the relevant GitLab CI job trigger lists. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78d191e34c5..8d59690a809 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -184,6 +184,7 @@ stages: only: - api - merge_requests + - pipelines - tags - triggers - web @@ -193,6 +194,7 @@ stages: only: - api - merge_requests + - pipelines - tags - triggers - web @@ -203,6 +205,7 @@ stages: .schedules-tags-web-triggering-rules: &schedules_tags_web_triggering_rules only: - api + - pipelines - schedules - tags - triggers