| I just did an update to the new version. It breaks my jobs in a Pipeline-Multibranch job because the sparce checkout apparently cannot follow svn:externals. There is also no switch to disable sparse checkout, so I had to downgrade the plugin. I have 50+ permanent branches, and I want all of them to use the same Jenkinsfile. So I put the script into a separate folder and import that folder into my branch folder and have a symlink into the external: shared/ Jenkinsfile <branch>/ (with shared/ as svn:external under shared/) Jenkinsfile -> shared/Jenkinsfile I could get rid of this setup with file externals (don't remember why this didn't work). But still, the Subversion plugin in sparse mode needs to follow externals for my usecase to work. |