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,
Artifacts generated by the build plan stage (manual) not getting reflected into corresponding release in deployment project.
Here is what happened.
I have a build plan say (my-plan) and it has two stages
1. Build and Test (it generates an artifact say artifact-1)
2. Create Artifact, this is manual stage and it generates set of artifacts say artifact-2, artifact-3, artifact-4.
Build plan has a trigger and runs every night. So build plan stage 1 will generate artifact-1. Stage 2 will not run so no artifacts from it
Deployment project (environment 1) will start on successful run of Build plan (stage 1).
So,
1. Build plan runs in night with build #25 (number is just an example)
2. Stage 1 creates artifact i.e. artifact-1
3. Deployment project environment kicks off with a release say master-25
4. In deployment project, I can see artifact (artifact-1) in the above release
Now when I run manual stage for build #25, the artifacts generated by this stage are not getting reflected in the same release i.e. master-25
I am trying to use the stage 2 artifacts generated by same build #25, in other environments of same deployment project.
Is this possible? Any other way to achieve the same?
Thanks,
Himanshu