Reputation: 125
I have a build plan B which downloads an artifact from plan A.
From which branch on plan A will the artifact's be downloaded. Is it master or the same branch as the one being build on plan B? With other words, will the branch be the same accros build plan's during artifact sharing?
Br Peter
Upvotes: 5
Views: 1879
Reputation: 11
And if the build plan branch does not exist in plan A, plan B will try to download artifact from the main branch in plan A.
Main branch is configured in 'Plan Configuration > Repositories' tab.
Upvotes: 1
Reputation: 57590
Assuming that both plans have the same branches configured, Plan B will use the artifacts from the same branch of Plan A that Plan B is currently building.
Upvotes: 2