-
Notifications
You must be signed in to change notification settings - Fork 1
/
casc.yaml
48 lines (47 loc) · 1.19 KB
/
casc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
unclassified:
location:
url: http://${JENKINS_SERVER}:8080/
shell:
shell: "/bin/bash"
jenkins:
systemMessage: "Jenkins - ${COMPANY_NAME:-Farazmd}\n"
securityRealm:
local:
allowsSignup: false
users:
- id: ${JENKINS_ADMIN_ID:-admin}
password: ${JENKINS_ADMIN_PASSWORD:-admin}
- id: ${JENKINS_USER_ID:-user1}
password: ${JENKINS_USER_PASSWORD:-user1}
authorizationStrategy:
roleBased:
roles:
global:
- name: "admin"
description: "Jenkins administrators"
permissions:
- "Overall/Administer"
assignments:
- "${JENKINS_ADMIN_ID:-admin}"
- name: "readonly"
description: "Read-only users"
permissions:
- "Overall/Read"
- "Job/Read"
assignments:
- "authenticated"
remotingSecurity:
enabled: true
projectNamingStrategy:
roleBased:
forceExistingJobs: true
security:
queueItemAuthenticator:
authenticators:
- global:
strategy: triggeringUsersAuthorizationStrategy
tool:
git:
installations:
- name: git
home: /usr/bin/git