-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem will this feature address?
Right now, when we deploy, we only know if the deployment job was added to the queue. We cannot get the status of the deployment afterwards to see if it succeeded in a pipeline.
| return { success: true, message: "Deployment queued" }; |
Describe the solution you'd like
Even if we can't get a deployment id since the queue creates it (didn't check), can we create a special ID in the deployment job object that we can get in the deployment.allByCompose items?
Describe alternatives you've considered
Currently, we're gonna use the status and the commit id in the description to check if it succeeded, but it isn't a very good thing with multiple deployments at once.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request