Hi,
I've got two plans on Bamboo: X and Y.
X plan is a builder of my app and Y - visual tests. For now Y is a child of X and it runs after X finish. X creates an artifact (app.zip), after thay Y download that packahge as a artifact. Y creater an artifact (report.zip). Can I use that artifact (report.zip) in summary of build X?
build X fiinish-> app.zip -> build Y finish -> report.zip -> info about report.zip in X summary
You can share artifacts between different build plans. You just need to use the 'Artifact downloader task' to do so.
More details can be found in the Sharing artifacts documentation.
Hope that helps.
Can I share artifact from build Y to build X? Build Y before start needs a completed X build...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.