Re: Question about working copy format used by Jenkins Subversion plugin 1.42

2012-07-20 Thread Carlton Brown
On Thu, Jul 19, 2012 at 4:19 PM, Sarah Woodall < sarah.wood...@code-red-tech.com> wrote: > On 19/07/2012 21:03, Carlton Brown wrote: > >> Apparently the Jenkins Subversion Plugin 1.42 has problems updating a >> manually checked out 1.7 workspace with externals if that

Re: Question about working copy format used by Jenkins Subversion plugin 1.42

2012-07-19 Thread Carlton Brown
space with externals if that configuration setting does not specify a 1.7 format. Apparently this setting defaults to an SVN 1.4 working copy format, at least that's what I observe in Jenkins 1.474. On Thu, Jul 19, 2012 at 12:36 PM, Carlton Brown wrote: > Is it expected behavior that the

Question about working copy format used by Jenkins Subversion plugin 1.42

2012-07-19 Thread Carlton Brown
Is it expected behavior that the Subversion Plugin 1.42 is not compatible with SVN 1.7 working copies? Also, is it expected that Jenkins will check out new working copies in the SVN 1.4 format? When I manually check out using svn 1.7, and direct Jenkins to use that working copy, Jenkins fails to

Re: Using Groovy to manipulate the dependency graph

2012-06-08 Thread Carlton Brown
rigger > these jobs : > "+upstreamjob.publishersList.get(hudson.tasks.BuildTrigger.class).childProjectsValue >}else{ > Logger.warning("no hudson job corresponding to ${upstreamArtifactId} > (dependency of ${jobname})") >} > } > > Best regards, &g

Re: Using Groovy to manipulate the dependency graph

2012-06-06 Thread Carlton Brown
blishersList.get(hudson.tasks.BuildTrigger.class).childProjectsValue >}else{ > Logger.warning("no hudson job corresponding to ${upstreamArtifactId} > (dependency of ${jobname})") > } > } > > Best regards, > > Vincent > __

Using Groovy to manipulate the dependency graph

2012-06-05 Thread Carlton Brown
I'm trying to use Groovy to auto-generate Jenkins projects that are chained together.I'd like to use Groovy to set the "build-after" or "build-before" list, but it's not obvious to me how to accomplish this in the model.Could anyone clue me in?

Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-05-10 Thread Carlton Brown
Running groovysh via the SSH server doesn't seem to work. It returns an exit 255 with no output.The who-am-i command shows i'm authenticated. On Wed, May 2, 2012 at 10:15 AM, Carlton Brown wrote: > Thanks for the explanation, I will try that. > > > On Wed, May 2, 2

Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-05-02 Thread Carlton Brown
command. > > https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH > http://kohsuke.org/2011/12/27/jenkins-now-acts-as-an-ssh-daemon/ > > Cheers > Daniel > > Le jeudi 26 avril 2012 17:23:50 UTC+2, Carlton Brown a écrit : > >> I wish to use groovysh to interact directly with

Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-04-26 Thread Carlton Brown
v/Es4nvtZVyj0> > > To skip the step of the creation of a groovy script file for each command, > the usage talks about a pramater "=" to write the command in stdin. > > Cheers > > Daniel > > > On Wednesday, April 25, 2012 4:27:14 PM UTC+2, Carlton Brown wrote: &g

Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-04-25 Thread Carlton Brown
Steps to reproduce: 1: set up an SSH key under my username 2: verified that I am authenticated: java -jar jenkins-cli.jar -s http://myserver/jenkins who-am-i Authenticated as: myuser Authorities: authenticated 3: tried to run a trivial script via groovysh and got an error ja