I am using tag triggers in my Bamboo plan which seem to work well. However, I have a use case where I want to build multiple tags for the same commit. If I wait enough time between build triggers to push each tag then Bamboo will build each one. If push every tag at once.
e.g. back to back
git push origin tag_a
git push origin tag_b
git push origin tag_c
git push origin tag_d
Only tag_a gets triggered. Other tags never get triggered. Is there some sort of race condition here?
Bamboo version 9.6
Thank you for your help!
Hello Tim,
Welcome to Atlassian community.,
Can you provide a screenshot of how you have defined these Tag Trigger in Bamboo.
Regards,
Shashank Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.