jenkins github disable build on tag push/delete

2016-10-19 Thread constellate9
I configured Jenkins to build on Github pushes. refspec: default branch specifier: ** I also enabled the option to build on every github push. I see that it only pulls my branches and not tags, but any time I add/delete a tag it triggers a build with the latest revision (not even the

Re: Trigger new build only for the latest git tag

2016-10-18 Thread constellate9
bump. i am running into a similar issue. any resolution? On Sunday, September 4, 2016 at 9:26:10 AM UTC-7, Alex Domoradov wrote: > > Hello, > > I have a really simple task - I need to configure jenkins job to build a > code only when a new tags with specific names (for e.g. qa_1234567) are >