Mateusz Los | bcb317c | 2017-07-27 13:35:34 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | jenkins: |
| 3 | client: |
| 4 | job: |
| 5 | decapod_monitoring: |
| 6 | type: workflow-scm |
| 7 | name: decapod-monitoring |
| 8 | display_name: "Decapod - monitoring" |
| 9 | discard: |
| 10 | build: |
| 11 | keep_num: 20 |
| 12 | concurrent: true |
| 13 | scm: |
| 14 | type: git |
| 15 | url: "${_param:jenkins_gerrit_url}/mk/decapod-pipelines" |
| 16 | credentials: "gerrit" |
| 17 | script: monitoring.groovy |
| 18 | param: |
| 19 | SALT_MASTER_CREDENTIALS: |
| 20 | type: string |
| 21 | default: "salt" |
| 22 | SALT_MASTER_IP: |
| 23 | type: string |
| 24 | default: "${_param:infra_config_address}" |
| 25 | SALT_MASTER_PORT: |
| 26 | type: string |
| 27 | default: "${_param:salt_master_api_port}" |
| 28 | ASK_ON_ERROR: |
| 29 | type: boolean |
| 30 | default: 'false' |