You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
512 B
22 lines
512 B
jenkins:
|
|
securityRealm:
|
|
local:
|
|
allowsSignup: false
|
|
users:
|
|
- id: ${JENKINS_ADMIN_ID}
|
|
password: ${JENKINS_ADMIN_PASSWORD}
|
|
authorizationStrategy:
|
|
globalMatrix:
|
|
permissions:
|
|
- "Overall/Administer:admin"
|
|
- "Overall/Read:authenticated"
|
|
remotingSecurity:
|
|
enabled: true
|
|
security:
|
|
queueItemAuthenticator:
|
|
authenticators:
|
|
- global:
|
|
strategy: triggeringUsersAuthorizationStrategy
|
|
unclassified:
|
|
location:
|
|
url: http://localhost:8080/
|