mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat(coderd): add endpoint to list provisioner jobs (#16029)
Closes #15190 Updates #15084
This commit is contained in:
committed by
GitHub
parent
0e8ef09415
commit
3864c7e3b0
7
cli/testdata/coder_list_--output_json.golden
vendored
7
cli/testdata/coder_list_--output_json.golden
vendored
@ -43,7 +43,12 @@
|
||||
"scope": "organization"
|
||||
},
|
||||
"queue_position": 0,
|
||||
"queue_size": 0
|
||||
"queue_size": 0,
|
||||
"organization_id": "===========[first org ID]===========",
|
||||
"input": {
|
||||
"workspace_build_id": "========[workspace build ID]========"
|
||||
},
|
||||
"type": "workspace_build"
|
||||
},
|
||||
"reason": "initiator",
|
||||
"resources": [],
|
||||
|
Reference in New Issue
Block a user