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 |
Ivan Berezovskiy | f617731 | 2019-02-12 17:16:30 +0400 | [diff] [blame^] | 9 | location: |
| 10 | url: http://jenkins.example.com:80 |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 11 | job: |
| 12 | jobname: |
| 13 | type: workflow |
| 14 | param: |
| 15 | bool_param: |
| 16 | type: boolean |
| 17 | description: true/false |
| 18 | default: true |
| 19 | string_param: |
| 20 | type: string |
| 21 | description: 1 liner |
| 22 | default: default_string |
| 23 | text_param: |
| 24 | type: text |
| 25 | description: multi-liner |
| 26 | default: default_text |
| 27 | jobname_scm: |
| 28 | type: workflow-scm |
| 29 | concurrent: false |
| 30 | scm: |
| 31 | type: git |
| 32 | url: https://github.com/jenkinsci/docker.git |
| 33 | branch: master |
| 34 | script: Jenkinsfile |
Ivan Berezovskiy | f714210 | 2018-11-14 15:53:04 +0400 | [diff] [blame] | 35 | remote_name: origin |
| 36 | refspec: "$ref" |
| 37 | wipe_workspace: true |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 38 | github: |
| 39 | url: https://github.com/jenkinsci/docker |
| 40 | name: "Jenkins Docker Image" |
| 41 | trigger: |
| 42 | timer: |
| 43 | spec: "H H * * *" |
| 44 | github: |
| 45 | pollscm: |
| 46 | spec: "H/15 * * * *" |
| 47 | reverse: |
| 48 | projects: |
| 49 | - test1 |
| 50 | - test2 |
| 51 | state: SUCCESS |
| 52 | param: |
| 53 | bool_param: |
| 54 | type: boolean |
| 55 | description: true/false |
| 56 | default: true |
Ivan Berezovskiy | f714210 | 2018-11-14 15:53:04 +0400 | [diff] [blame] | 57 | ref: |
| 58 | type: string |
| 59 | description: ref |
| 60 | default: "" |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 61 | string_param: |
| 62 | type: string |
| 63 | description: 1 liner |
| 64 | default: default_string |
| 65 | text_param: |
| 66 | type: text |
| 67 | description: multi-liner |
| 68 | default: default_text |
| 69 | approved_scripts: |
| 70 | - method groovy.json.JsonSlurperClassic parseText java.lang.String |
| 71 | java: |
| 72 | environment: |
| 73 | enabled: true |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 74 | version: '11' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 75 | release: '0.1' |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 76 | build: '13' |
| 77 | oracle_hash: '90cf5d8f270a4347a95050320eef3fb7' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 78 | platform: oracle-java |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 79 | development: true |