You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have a build plan with Build stage-1 which generates build artifacts Binaries.zip and build stages 2, 3.. 20 they all have download artifacts task to download Binaries.zip. I run this plan nightly and out of 19 stages 1 or 2 fails with error: Unable to download artifact Non required shared artifact: If i do re-run of failed jobs, it passes.
To resolve this issue, I am trying to add a script task to do the same job of downloading the artifacts. For that, I am utilizing Invoke-WebRequest but it gives me blank Binaries.zip file which I can't open.
Kindly suggest a possible solution.