Building tags after being discovered

Hello, I want to run a pipeline whenever a new tag is added to the bitbucket repository (new release), I added the discover tags behavior which successfully shows all the tags but the problem is that the newly discovered tags are not being built, we have another problem with Jenkins is that we can’t build jobs manually (it’s not our main focus to solve this problem right now), so, for now, I’m trying to find a solution in order to build a specific tag whenever needed, I found a plugin called basic branch build strategies but it is no more maintained