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