From 1840ec74ead5694cf6cedb44efe04cf6ad303921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Mon, 4 Sep 2023 08:38:40 +0200 Subject: [PATCH] docker/nwl-cicd.yaml: disable SCM poll for seed job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit when seeding a branch other than the default one the poll detects a SCM change and triggers right after a new seed job which might revert the jobs seeded by the previous job run. With this behavior it won't be possible to seed a specific and run the intentionaly seeded jobs. Thus, this commit disables SCM poll. Signed-off-by: Marc Mattmüller --- docker/nwl-cicd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/nwl-cicd.yaml b/docker/nwl-cicd.yaml index a78b134..20e6dac 100644 --- a/docker/nwl-cicd.yaml +++ b/docker/nwl-cicd.yaml @@ -84,6 +84,7 @@ jobs: credentials('gitCredentials') } extensions { + disableRemotePoll() wipeWorkspace() } }