Re: Can I use Git Publisher to move or overwrite an existing tag?

2012-05-17 Thread Alec Koumjian
Did you ever figure this out? We need the same thing. On Tuesday, November 30, 2010 3:49:37 PM UTC-8, parker wrote: > > > I'm trying to figure out how to use the Git Publisher feature to move an > existing tag to commit most recently pulled from a repository and then push > this change tag back to

Re: Git Publisher set tag to just passed commit

2012-05-17 Thread Alec Koumjian
These are the only relevant lines I can find in the logs: FINE: Running: git push git@.git passed May 17, 2012 7:05:46 PM hudson.Proc FINE: Running: git tag -l passed On Thursday, May 17, 2012 10:49:28 AM UTC-7, Alec Koumjian wrote: > > I would like to 1) update a tag to a git revisio

Git Publisher set tag to just passed commit

2012-05-17 Thread Alec Koumjian
I would like to 1) update a tag to a git revision that just passed its tests and then 2) push that new tag reference to the origin repository. I am using Git Publisher. I have set "Publish Only if Build Succeeds". I have also set "Tag to push" as "passed", and "Target remote name" as "origin".