The proposed solution is to create on local working copy a (pseudo)-branch per remote tag, using a custom refspec, then set branch specifier to select them. Looks a reasonable solution.
2014-02-23 13:55 GMT+01:00 Vlad Aginsky <[email protected]>: > Hi all, > > I want to detect and build tags from only one specific branch, and I don't > know exactly what the tag string will look like. > > Do you know how to configure git plugin for this? > > I read this: > > http://erics-notes.blogspot.co.il/2013/05/jenkins-build-latest-git-tag.html > > It gives a solution for "automatically build the latest tag in a git > repository", not limited to specific branch. It can be easily adopted to > look for tags meeting some regular expression, unfortunately I don't have a > reliable way to predict what future tags will look like. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
