]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add "pipelines" to CI job trigger lists
authorMichał Kępień <michal@isc.org>
Thu, 21 Mar 2024 11:29:21 +0000 (12:29 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 21 Mar 2024 11:29:21 +0000 (12:29 +0100)
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.

.gitlab-ci.yml

index e051dea63ccda7a78158fb2b644eafc817579e34..52a7007726bb3985a89a459dd590246ffe053fe7 100644 (file)
@@ -222,6 +222,7 @@ stages:
 .api-schedules-tags-triggers-web-triggering-rules: &api_schedules_tags_triggers_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - tags
     - triggers
@@ -230,6 +231,7 @@ stages:
 .api-schedules-triggers-web-triggering-rules: &api_schedules_triggers_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - triggers
     - web
@@ -238,6 +240,7 @@ stages:
   only:
     - api
     - merge_requests
+    - pipelines
     - schedules
     - tags
     - triggers