blob: 3d3dcca03d95262889ca166d66a31e78cc1edc4c [file] [log] [blame]
Martin Polreich08ae6d22018-07-18 11:14:05 +02001jenkins:
2 slave:
3 enabled: true
4 master:
5 host: jenkins.example.com
6 port: 80
7 protocol: http
8 user:
9 name: jenkins_slave
10 password: dexiech6AepohthaiHook2iesh7ol5ook4Ov3leid3yek6daid2ooNg3Ee2oKeYo
11 gpg:
12 keypair_id: A76882D3
13 public_key: |
14 -----BEGIN PGP PUBLIC KEY BLOCK-----
15 ...
16 private_key: |
17 -----BEGIN PGP PRIVATE KEY BLOCK-----
18 ...
19java:
20 environment:
21 enabled: true
John Doe645e6b02018-12-18 19:54:17 +000022 version: '11'
Martin Polreich08ae6d22018-07-18 11:14:05 +020023 release: '0.1'
John Doe645e6b02018-12-18 19:54:17 +000024 build: '13'
25 oracle_hash: '90cf5d8f270a4347a95050320eef3fb7'
Martin Polreich08ae6d22018-07-18 11:14:05 +020026 platform: oracle-java
27 development: true
28linux:
29 system:
30 enabled: true
31 user:
32 not_a_jenkins:
33 enabled: true
34 name: notJenkins
35 sudo: false
36 uid: 9991
37 full_name: Not A. Jenkins
38 home: /home/notjenkins
John Doe645e6b02018-12-18 19:54:17 +000039 home_dir_mode: 755