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:
|
security:
|
||||||
GlobalJobDslSecurityConfiguration:
|
GlobalJobDslSecurityConfiguration:
|
||||||
useScriptSecurity: true
|
useScriptSecurity: false
|
||||||
queueItemAuthenticator:
|
queueItemAuthenticator:
|
||||||
authenticators:
|
authenticators:
|
||||||
- global:
|
- global:
|
||||||
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
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 {
|
steps {
|
||||||
shell('git checkout $SEEDING_BRANCH')
|
shell('git checkout $SEEDING_BRANCH')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue