Jenkins.
Best regards
David
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly
Sent: 09 October 2017 10:08
To: jenkinsci-users@googlegroups.com
Subject: Re: Multibranch checkout for jenkinsfile
Somebody needs to implement SCMFileSystem for
Somebody needs to implement SCMFileSystem for the Subversion plugin. In
principle should not be too hard to do. The code is currently using the
"old-style"
https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/jenkins/scm/impl/subversion/SubversionSCMSource.java#L403-L405
so it d
Hi,
I have a Jenkinsfile located in \build folder, and it checks
out code to the slave node and builds.
My multi branch project finds the branch correctly, but it checks out the
entire svn branch on the master just to read the jenkinsfile instead of
checking out just the jenkinsfile itself of ju