docker/nwl-cicd.yaml: disabled script security
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
206540d8b9
commit
4259948093
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue