Summary
Array Pop
Description
Pop off the end data item from a job variable array
Route
No Northbound API Available
Roles
admin
apiwrite
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. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
popped_item | * | Popped Item |