

Since Git 2.6.0 you can use partial globs in the pattern to match multiple branches, so this works:
On Wednesday, September 22, 2021 at 11:50:30 AM UTC-8 jayarama...@gmail.com wrote:Hello,I wanted to trigger a Jenkins build when a new tag is created but I'm not having any luck with it.Just to be sure I mentioned it, I don't have access to modify the repo since it's a public repo.The following configuration is what I used in the "Git" Source Code Management
Repo URL: https://github.com/apache/tomcat.gitRefspec: +refs/tags/8.5.*:refs/remotes/origin/tags/8.5.*Branch Specifier: **/tags/**Build Trigger: Poll SCM (with no schedule)Is there something I'm doing wrong?I can't do WebHooks which is unfortunate I thin