From 0d1367c06fd0558a410dff72e74a7416926fb621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Mon, 4 Sep 2023 13:47:52 +0200 Subject: [PATCH] docker/nwl-cicd.yaml: set default branch parameter value to ansible-instance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Mattmüller --- docker/nwl-cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nwl-cicd.yaml b/docker/nwl-cicd.yaml index f0466ab..042a61a 100644 --- a/docker/nwl-cicd.yaml +++ b/docker/nwl-cicd.yaml @@ -90,7 +90,7 @@ jobs: } } parameters { - stringParam('SEEDING_BRANCH', 'main', "The branch to seed the jobs from, e.g. develop or main") + stringParam('SEEDING_BRANCH', 'ansible-instance', "The branch to seed the jobs from, e.g. develop or main") } steps { shell('git checkout $SEEDING_BRANCH')