blob: f0a4333b89af08d2ec7f1dcc9424622037d1a8e7 [file] [log] [blame]
parameters:
jenkins:
client:
job:
decapod_add_osd:
type: workflow-scm
name: decapod-add_osd
display_name: "Decapod - add new osd"
discard:
build:
keep_num: 20
concurrent: true
scm:
type: git
url: "${_param:jenkins_gerrit_url}/mk/decapod-pipelines"
credentials: "gerrit"
script: add-osd.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'