Re: [workflow-plugin] svn credentials problem when running on a remote node

2015-02-25 Thread Ken DeLong
Hi Jesse, I just created a bug the other day: https://issues.jenkins-ci.org/browse/JENKINS-27069 Let me know if there's information missing that you need. Ken On Wed, Feb 25, 2015 at 3:00 PM, Jesse Glick wrote: > On Thursday, January 29, 2015 at 8:24:25 PM UTC-5, Ken DeLo

Re: [workflow-plugin] svn credentials problem when running on a remote node

2015-01-29 Thread Ken DeLong
This is my first workflow project and I'm having trouble checking out my project from Subversion. I'm using the Docker image of 1.580.2. I am trying that syntax: checkout scm: [ $class: "SubversionSCM", locations: [ remote:' http://svn.repo.de/foo/trunk', credentialsId:'123-123-123-123' ] ]