Re: Groovy Scipt to update svn Browser to sventon

2013-03-03 Thread cjo
m > *Cc:* Kamal Ahmed > > *Sent:* Friday, March 1, 2013 8:09 PM > *Subject:* Re: Groovy Scipt to update svn Browser to sventon > > These should be the values that you enter in the config of the job when > you select the Sventon2 browser for the SVN browser in the SCM confi

Re: Groovy Scipt to update svn Browser to sventon

2013-03-02 Thread Kamal Ahmed
Hi cjo, When i use the same URL as i do for Repo, i get error: Server returned HTTP response code: 401 for URL: > > From: cjo >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Friday, March 1, 2013 8:09 PM >Subject: Re: Groo

Re: Groovy Scipt to update svn Browser to sventon

2013-03-01 Thread cjo
These should be the values that you enter in the config of the job when you select the Sventon2 browser for the SVN browser in the SCM config for a job. (might be in the advanced section) So from the code it would be the URL and Repository Instance. Warning: Before you run that script make sure

Groovy Scipt to update svn Browser to sventon

2013-03-01 Thread Kamal Ahmed
Hi, I am using: https://wiki.jenkins-ci.org/display/JENKINS/Update+SVN+Browser to update the browser for every job, but not sure what would be the value of the URL @ browser = new hudson.scm.browsers.Sventon2(new URL("http://./";), ".") Thanks, -Kamal. -- You received this message bec