You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
jfrog-azure-devops-extension/tasks/JFrogPublishBuildInfo/publishBuildInfo.js
Line 64 in 7768d6c
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
The text was updated successfully, but these errors were encountered: