docker/nwl-cicd.yaml: disabled script security

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-07-07 15:31:22 +02:00
parent 206540d8b9
commit 4259948093
1 changed files with 2 additions and 2 deletions

View File

@ -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')