-
Notifications
You must be signed in to change notification settings - Fork 0
/
casc.yaml
60 lines (60 loc) · 1.73 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
49
50
51
52
53
54
55
56
57
58
59
60
jenkins:
systemMessage: "\n\nTEST CASC CLOUD SETUP......\n\n"
clouds:
- kubernetes:
connectTimeout: 300
containerCap: 10
containerCapStr: "10"
jenkinsTunnel: "jenkins:50000"
jenkinsUrl: "http://jenkins"
name: "kubernetes"
namespace: "jenkins"
serverUrl: "https://kubernetes.default:443"
templates:
- containers:
- image: "aimvector/jenkins-slave"
livenessProbe:
failureThreshold: 0
initialDelaySeconds: 0
periodSeconds: 0
successThreshold: 0
timeoutSeconds: 0
name: "jnlp"
ttyEnabled: true
workingDir: "/home/jenkins/agent"
id: "87585df7-cc72-43d7-a16a-637448b4a190"
label: "jenkins-slave"
name: "jenkins-slave"
namespace: "jenkins"
runAsGroup: "129"
runAsUser: "0"
serviceAccount: "jenkins"
volumes:
- hostPathVolume:
hostPath: "/var/run/docker.sock"
mountPath: "/var/run/docker.sock"
workspaceVolume:
hostPathWorkspaceVolume:
hostPath: "/home/jenkins/agent/"
yamlMergeStrategy: "override"
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://127.0.0.1:8080/