You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"name": "awx-job",
|
|
"restApi": true,
|
|
"configKey": "awx-job",
|
|
"payloadType": "POST_PROCESSING",
|
|
"config": [
|
|
{
|
|
"name": "datasource_key",
|
|
"type": "STRING",
|
|
"value": "awx-job-plain"
|
|
},
|
|
{
|
|
"name": "groovy_script",
|
|
"type": "STRING",
|
|
"value": "def result = []\ndata.each{job ->\n if (parameters['stage']) {\n job.stage = parameters.stage\n }\n result.add(job)\n}\nresult"
|
|
}
|
|
]
|
|
}
|