Summary
Push Item to Array
Description
Push item to a job variable array
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_id | string | yes | The Job ID |
job_variable | string | yes | The name of the variable in the job's variables list. It will be added if it doesn't exist |
item_to_push | string | yes | The item to added |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
job_variable_value | array | The contents of the job variable array |