| parameters: | |
| jenkins: | |
| client: | |
| job: | |
| decapod_add_mon: | |
| type: workflow-scm | |
| name: decapod-add_mon | |
| display_name: "Decapod - add monitors" | |
| discard: | |
| build: | |
| keep_num: 20 | |
| concurrent: true | |
| scm: | |
| type: git | |
| url: "${_param:jenkins_gerrit_url}/mk/decapod-pipelines" | |
| credentials: "gerrit" | |
| script: add-mon.groovy | |
| param: | |
| SALT_MASTER_CREDENTIALS: | |
| type: string | |
| default: "salt" | |
| SALT_MASTER_IP: | |
| type: string | |
| default: "${_param:infra_config_address}" | |
| SALT_MASTER_PORT: | |
| type: string | |
| default: "${_param:salt_master_api_port}" | |
| ASK_ON_ERROR: | |
| type: boolean | |
| default: 'false' |