21 lines
470 B
YAML
21 lines
470 B
YAML
jenkins:
|
|
securityRealm:
|
|
local:
|
|
allowsSignup: false
|
|
users:
|
|
- id: ${JENKINS_ADMIN_ID}
|
|
password: ${JENKINS_ADMIN_PASSWORD}
|
|
authorizationStrategy:
|
|
globalMatrix:
|
|
permissions:
|
|
- "Overall/Administer:admin"
|
|
- "Overall/Read:authenticated"
|
|
|
|
security:
|
|
queueItemAuthenticator:
|
|
authenticators:
|
|
- global:
|
|
strategy: triggeringUsersAuthorizationStrategy
|
|
unclassified:
|
|
location:
|
|
url: http://8080:8080/ |