Skip to content

compose.deploy usable ID #3359

@JiveOff

Description

@JiveOff

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions