Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 1 | jenkins: |
| 2 | client: |
| 3 | enabled: true |
Stanislav Riazanov | e898ea8 | 2018-12-24 17:44:43 +0400 | [diff] [blame^] | 4 | flowdurabilitylevel: PERFORMANCE_OPTIMIZED |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 5 | 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 Berezovskiy | f714210 | 2018-11-14 15:53:04 +0400 | [diff] [blame] | 33 | remote_name: origin |
| 34 | refspec: "$ref" |
| 35 | wipe_workspace: true |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 36 | 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 Berezovskiy | f714210 | 2018-11-14 15:53:04 +0400 | [diff] [blame] | 55 | ref: |
| 56 | type: string |
| 57 | description: ref |
| 58 | default: "" |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 59 | 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 |
| 69 | java: |
| 70 | environment: |
| 71 | enabled: true |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 72 | version: '11' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 73 | release: '0.1' |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 74 | build: '13' |
| 75 | oracle_hash: '90cf5d8f270a4347a95050320eef3fb7' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 76 | platform: oracle-java |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 77 | development: true |