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 |
| 32 | github: |
| 33 | url: https://github.com/jenkinsci/docker |
| 34 | name: "Jenkins Docker Image" |
| 35 | trigger: |
| 36 | timer: |
| 37 | spec: "H H * * *" |
| 38 | github: |
| 39 | pollscm: |
| 40 | spec: "H/15 * * * *" |
| 41 | reverse: |
| 42 | projects: |
| 43 | - test1 |
| 44 | - test2 |
| 45 | state: SUCCESS |
| 46 | param: |
| 47 | bool_param: |
| 48 | type: boolean |
| 49 | description: true/false |
| 50 | default: true |
| 51 | string_param: |
| 52 | type: string |
| 53 | description: 1 liner |
| 54 | default: default_string |
| 55 | text_param: |
| 56 | type: text |
| 57 | description: multi-liner |
| 58 | default: default_text |
| 59 | approved_scripts: |
| 60 | - method groovy.json.JsonSlurperClassic parseText java.lang.String |
| 61 | java: |
| 62 | environment: |
| 63 | enabled: true |
| 64 | version: '10' |
| 65 | release: '0.1' |
| 66 | build: '10' |
| 67 | oracle_hash: 'fb4372174a714e6b8c52526dc134031e' |
| 68 | platform: oracle-java |
| 69 | development: true |