-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhanos.yaml
42 lines (37 loc) · 1.02 KB
/
whanos.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
jenkins:
systemMessage: "Welcome to our Jenkins Instance"
securityRealm:
local:
allowsSignup: false
users:
- id: admin
name: Admin
password: ${ADMIN_PASSWORD}
authorizationStrategy:
roleBased:
roles:
global:
- name: "admin"
description: "Admin"
permissions:
- "Overall/Administer"
entries:
- user: "admin"
credentials:
system:
domainCredentials:
- credentials:
- basicSSHUserPrivateKey:
scope: GLOBAL
id: github-ci-key
username: Admin
passphrase: ${SSH_KEY_PASSWORD}
description: "SSH passphrase with private key file. Private key provided"
privateKeySource:
directEntry:
privateKey: ${SSH_PRIVATE_KEY}
security:
gitHostKeyVerificationConfiguration:
sshHostKeyVerificationStrategy: "acceptFirstConnectionStrategy"
jobs:
- file: "/var/jenkins_home/job_dsl.groovy"