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