blob: 8e5ea64214eb83a45e71b2c4b4a02444ab2a1bce [file] [log] [blame]
Martin Polreich08ae6d22018-07-18 11:14:05 +02001jenkins:
2 client:
3 enabled: true
4 master:
5 host: jenkins.example.com
6 port: 80
7 protocol: http
8 job:
9 jobname:
10 type: workflow
11 param:
12 bool_param:
13 type: boolean
14 description: true/false
15 default: true
16 string_param:
17 type: string
18 description: 1 liner
19 default: default_string
20 text_param:
21 type: text
22 description: multi-liner
23 default: default_text
24 jobname_scm:
25 type: workflow-scm
26 concurrent: false
27 scm:
28 type: git
29 url: https://github.com/jenkinsci/docker.git
30 branch: master
31 script: Jenkinsfile
Ivan Berezovskiyf7142102018-11-14 15:53:04 +040032 remote_name: origin
33 refspec: "$ref"
34 wipe_workspace: true
Martin Polreich08ae6d22018-07-18 11:14:05 +020035 github:
36 url: https://github.com/jenkinsci/docker
37 name: "Jenkins Docker Image"
38 trigger:
39 timer:
40 spec: "H H * * *"
41 github:
42 pollscm:
43 spec: "H/15 * * * *"
44 reverse:
45 projects:
46 - test1
47 - test2
48 state: SUCCESS
49 param:
50 bool_param:
51 type: boolean
52 description: true/false
53 default: true
Ivan Berezovskiyf7142102018-11-14 15:53:04 +040054 ref:
55 type: string
56 description: ref
57 default: ""
Martin Polreich08ae6d22018-07-18 11:14:05 +020058 string_param:
59 type: string
60 description: 1 liner
61 default: default_string
62 text_param:
63 type: text
64 description: multi-liner
65 default: default_text
66 approved_scripts:
67 - method groovy.json.JsonSlurperClassic parseText java.lang.String
68java:
69 environment:
70 enabled: true
John Doe645e6b02018-12-18 19:54:17 +000071 version: '11'
Martin Polreich08ae6d22018-07-18 11:14:05 +020072 release: '0.1'
John Doe645e6b02018-12-18 19:54:17 +000073 build: '13'
74 oracle_hash: '90cf5d8f270a4347a95050320eef3fb7'
Martin Polreich08ae6d22018-07-18 11:14:05 +020075 platform: oracle-java
John Doe645e6b02018-12-18 19:54:17 +000076 development: true