Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish build info from a multi stage azure build #490

Open
hightoxicity opened this issue Mar 29, 2024 · 1 comment
Open

Publish build info from a multi stage azure build #490

hightoxicity opened this issue Mar 29, 2024 · 1 comment
Labels
question Further information is requested

Comments

@hightoxicity
Copy link
Contributor

Hi,

I have a mono repo in which I build several containers in parallel (distinct stages/jobs), my dependency graph is computed using a tool called mbt and mixing it with some vso variables to get best parallelism possible into azure devops.

Consequence of this powerful build mechanism is: all my container builds/test/push/publish build info are done with same build name and build id, but they inter-override and when I look at

console.log('##vso[task.addattachment type=artifactoryType;name=buildDetails;]' + artifactoryUrlFile);

Then, I guess things are not designed to allow such way to build and publish build info for several artifacts not into same stage + job.

Are my assumptions right?

Thanks

@hightoxicity hightoxicity added the question Further information is requested label Mar 29, 2024
@hightoxicity
Copy link
Contributor Author

Should not attachment name sent via vso command match one of buildName or buildNumber instead of the static string buildDetails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant