Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 1 | jenkins: |
| 2 | client: |
| 3 | enabled: true |
Ivan Berezovskiy | 2684c11 | 2019-07-04 17:00:26 +0400 | [diff] [blame] | 4 | audittrail: |
| 5 | pattern: '.*' |
| 6 | loggers: |
| 7 | log_to_file: |
| 8 | type: file |
| 9 | log: "/var/log/jenkins_audit.log" |
| 10 | limit: 100 |
| 11 | count: 10 |
| 12 | log_to_syslog: |
| 13 | type: syslog |
| 14 | syslog_server_hostname: example.syslog.com |
| 15 | syslog_facility: LOCAL0 |
| 16 | message_hostname: example.jenkins.com |
| 17 | log_to_console: |
| 18 | output: STD_OUT |
| 19 | date_format: "yyyy-MM-dd HH:mm:ss:SSS" |
Stanislav Riazanov | e898ea8 | 2018-12-24 17:44:43 +0400 | [diff] [blame] | 20 | flowdurabilitylevel: PERFORMANCE_OPTIMIZED |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 21 | master: |
| 22 | host: jenkins.example.com |
| 23 | port: 80 |
| 24 | protocol: http |
Ivan Berezovskiy | f617731 | 2019-02-12 17:16:30 +0400 | [diff] [blame] | 25 | location: |
| 26 | url: http://jenkins.example.com:80 |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 27 | job: |
| 28 | jobname: |
| 29 | type: workflow |
| 30 | param: |
| 31 | bool_param: |
| 32 | type: boolean |
| 33 | description: true/false |
| 34 | default: true |
| 35 | string_param: |
| 36 | type: string |
| 37 | description: 1 liner |
| 38 | default: default_string |
| 39 | text_param: |
| 40 | type: text |
| 41 | description: multi-liner |
| 42 | default: default_text |
| 43 | jobname_scm: |
| 44 | type: workflow-scm |
| 45 | concurrent: false |
| 46 | scm: |
| 47 | type: git |
| 48 | url: https://github.com/jenkinsci/docker.git |
| 49 | branch: master |
| 50 | script: Jenkinsfile |
Ivan Berezovskiy | f714210 | 2018-11-14 15:53:04 +0400 | [diff] [blame] | 51 | remote_name: origin |
| 52 | refspec: "$ref" |
| 53 | wipe_workspace: true |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 54 | github: |
| 55 | url: https://github.com/jenkinsci/docker |
| 56 | name: "Jenkins Docker Image" |
| 57 | trigger: |
| 58 | timer: |
| 59 | spec: "H H * * *" |
| 60 | github: |
| 61 | pollscm: |
| 62 | spec: "H/15 * * * *" |
| 63 | reverse: |
| 64 | projects: |
| 65 | - test1 |
| 66 | - test2 |
| 67 | state: SUCCESS |
| 68 | param: |
| 69 | bool_param: |
| 70 | type: boolean |
| 71 | description: true/false |
| 72 | default: true |
Ivan Berezovskiy | f714210 | 2018-11-14 15:53:04 +0400 | [diff] [blame] | 73 | ref: |
| 74 | type: string |
| 75 | description: ref |
| 76 | default: "" |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 77 | string_param: |
| 78 | type: string |
| 79 | description: 1 liner |
| 80 | default: default_string |
| 81 | text_param: |
| 82 | type: text |
| 83 | description: multi-liner |
| 84 | default: default_text |
| 85 | approved_scripts: |
| 86 | - method groovy.json.JsonSlurperClassic parseText java.lang.String |
| 87 | java: |
| 88 | environment: |
| 89 | enabled: true |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 90 | version: '11' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 91 | release: '0.1' |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 92 | build: '13' |
| 93 | oracle_hash: '90cf5d8f270a4347a95050320eef3fb7' |
Martin Polreich | 08ae6d2 | 2018-07-18 11:14:05 +0200 | [diff] [blame] | 94 | platform: oracle-java |
John Doe | 645e6b0 | 2018-12-18 19:54:17 +0000 | [diff] [blame] | 95 | development: true |