From 4259948093d6bc6c5f6b3e42ab6ed61735905af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Fri, 7 Jul 2023 15:31:22 +0200 Subject: [PATCH] docker/nwl-cicd.yaml: disabled script security 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nwl-cicd.yaml b/docker/nwl-cicd.yaml index 4dcd567..7f5d432 100644 --- a/docker/nwl-cicd.yaml +++ b/docker/nwl-cicd.yaml @@ -31,7 +31,7 @@ jenkins: security: GlobalJobDslSecurityConfiguration: - useScriptSecurity: true + useScriptSecurity: false queueItemAuthenticator: authenticators: - global: @@ -84,7 +84,7 @@ jobs: } } parameters { - stringParam('SEEDING_BRANCH', 'main', "The branch of the jobs to seed, e.g. develop or main") + stringParam('SEEDING_BRANCH', 'main', "The branch to seed the jobs from, e.g. develop or main") } steps { shell('git checkout $SEEDING_BRANCH')