From e495a2e50bd8d5d76d5a5930e396770c33e11743 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 8 Jul 2024 12:36:46 +0530 Subject: [PATCH] gitlab-fs-integration: Configure labels to trigger build Recently released jenkins-job-builder v6.4.0[1] adds support to specify the labels with which a build can be triggered for GitLab plugin. [1] https://jenkins-job-builder.readthedocs.io/en/latest/changelog.html#release-6-4-0 --- jobs/gitlab-fs-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/jobs/gitlab-fs-integration.yml b/jobs/gitlab-fs-integration.yml index df4f105..3588caa 100644 --- a/jobs/gitlab-fs-integration.yml +++ b/jobs/gitlab-fs-integration.yml @@ -45,6 +45,7 @@ ci-skip: false add-note-merge-request: false add-vote-merge-request: false + force-build-labels: 'ci/{file_system}' builders: - shell: !include-raw-escape: scripts/common/get-node.sh