Hi, I have a bamboo build plan triggered on TAG push. The version of bamboo is 7.2 and the repository linked to the plan is the master branch of a bitbucket repository.
When the build plan starts, in log I see:
Where the tag ending 002 is older than 003 and both are pushed remotely.
My problem is that the build starts on the oldest tag and not on 003.
I also don’t understand why the build starts every 5 minutes even if the trigger on the build plan is configured only on pushing tag (is there a polling strategy that I ignore?)
It’s normal that the log shows me the listed tags as “new tag”?
Thanks