Finally i got this worked. Really strange solution. The field name for this should be in only capital letters eg SVN_TAG and in the repository URL it should be $SVN_TAG Then SVN is able to expand this name and able to checkout.
Virg On Wednesday, June 26, 2013 11:47:54 PM UTC+5:30, [email protected] wrote: > > Hi, > Thank you. i am triggering build manually from jenkins. Still i have same > issue. I have configured scm poll like this H 1 * * *. Any more changes? > \ > Thanks > > On Tuesday, June 25, 2013 11:35:20 PM UTC+5:30, Peter Davis wrote: >> >> It seems you simply have to manually launch a build before the default >> subversion tag setting will take effect for polling. >> >> Good luck, >> >> Peter Davis >> >> >> >> >> On Tue, Jun 25, 2013 at 9:58 AM, Peter Davis <[email protected]> wrote: >> >>> You're right, Virg. It mysteriously fixed the problem for ONE of my >>> jobs. Then I created another job attempting to use 'List Subversion tags' >>> and now I see the same polling error again. I've tried different syntaxes, >>> ${SVN_TAG} vs $SVN_TAG vs $TAG; I've tried restarting, reloading, >>> deleting/adding the parameter, disabling/enabling polling... >>> >>> Anybody else use List Subversion tags with polling? What's the magic >>> incantation? >>> >>> Regards, >>> >>> Peter Davis >>> (206) 713-7352 >>> [email protected] >>> >>> >>> >>> >>> On Tue, Jun 25, 2013 at 2:39 AM, <[email protected]> wrote: >>> >>>> Thank you so much for your suggestion. I have upgraded subversion >>>> plugin to 1.50 and jenkins 1.517. But still I having same issue. I am >>>> using >>>> jenkins on windows. Is it making the difference? I am checkout source like >>>> this >>>> http://test.com/tags/${svn-**tag}/sourc<http://test.com/tags/$%7Bsvn-tag%7D/source>e >>>> >>>> where svn-tag is the name of this tags dropdown list? is this notation is >>>> correct? >>>> Thanks in advance >>>> >>>> Thanks >>>> Virg >>>> >>>> >>>> >>>> On Tuesday, June 25, 2013 5:00:19 AM UTC+5:30, Peter Davis wrote: >>>>> >>>>> Upgrading to Subversion Plugin v1.50 fixed this for me. (I was having >>>>> the same problem with Subversion Plugin 1.45, Jenkins 1.505.) >>>>> >>>>> -Peter >>>>> >>>>> >>>>> On Thursday, June 20, 2013 11:50:34 PM UTC-7, [email protected] wrote: >>>>>> >>>>>> Hi, >>>>>> I am using parameterized build for "List Subversion tags" to >>>>>> populate all the tags in SVN. I want to check the source based on tag >>>>>> selected from this dropdown. >>>>>> I have given the name for this field is svn-tag, I am able to select >>>>>> the tag from svn tags populated, but i am not able to checkout the >>>>>> source >>>>>> this tag, Repository URL unable to expand this value I have selected. >>>>>> In my Job i have configured Repository URL as >>>>>> http://test.com/tags/${svn-**tag}/source<http://test.com/tags/$%7Bsvn-tag%7D/source>. >>>>>> >>>>>> It is showing URL like this in the build log >>>>>> *http://test.com/tags/$%7Bsvn-tag%7D ' doesn't exist. * >>>>>> >>>>>> Why Repository URL unable to expand this variable? any other solution >>>>>> to this? >>>>>> >>>>>> Thanks >>>>>> Virg >>>>>> >>>>>> >>>>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "Jenkins Users" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/jenkinsci-users/T5r4w7y8cpM/unsubscribe >>>> . >>>> To unsubscribe from this group and all its topics, 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 Users" 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.
