×
Use SubversionSCM.getLocations(EnvVars, Run) for vars expansion to be performed on all env vars rather than just build parameters. hudson.scm.SubversionSCM.
Missing: doc | Show results with:doc
Captures the configuration information in it. To register a custom SCM implementation from a plugin, put Extension on your SCMDescriptor .
Missing: doc | Show results with:doc
Apr 7, 2017 · The project will use this SCM to automatically poll for a list of current branches and sync all the configuration to sub-projects. Each branch ...
Missing: doc | Show results with:doc
... copy * of this software and associated ... hudson.scm; import com.thoughtworks.xstream ... svn.core.SVNDepth; import org.tmatesoft.svn.core.SVNDirEntry ...
Missing: doc | Show results with:doc
A SCMSource is responsible for fetching SCMHead and corresponding SCMRevision instances from which it can build SCM instances that are configured to check ...
Missing: copy | Show results with:copy
Today it uses a copy of SubversionSCM named SubversionReleaseSCM, but would only require a small change to SubversionSCM.CheckOutTask to work with the core code ...
Missing: doc | Show results with:doc
... hudson/scm/EnvVarsUtils.java index a6bb7c3 ... copy * of this software and associated ... svn"; } - public synchronized Map<String,Long> getRevisionMap ...
Getting error when checkout subversion. Error log: org.tmatesoft.svn.core.SVNException: svn: E210004: Malformed network data
Missing: copy doc
resolveScm : Resolves an SCM from an SCM Source and a list of candidate target branch names. When you have a multi-branch pipeline that checks out other sibling ...
Missing: deprecated | Show results with:deprecated
Dec 14, 2023 · I can't duplicate the issue as described here. I made my best guess of the configuration that was being used and created a repository that ...