subversion-plugin icon indicating copy to clipboard operation
subversion-plugin copied to clipboard

Jenkins subversion plugin

Results 27 subversion-plugin issues
Sort by recently updated
recently updated
newest added

…hook stops working after upgrading to Jenkins 2.176 and later

replaced deprecated `Jenkins.getInstance()` with replacements and minor cleanup

'location remote' Correct errors that always clean the workspace when entering with the default port ```example location remote : svn://localhost:3690/repo svninfo.url : svn://localhost/repo ```

Currently checkout will silently ignores an external failure due to locked working copy. So build continues without one recognizing that the result is build using an old revision. With this...

per https://svnkit.com/javadoc/org/tmatesoft/svn/core/auth/ISVNAuthenticationManager.html "uses the ssh, ssl & proxy options from the standard config and servers files"

Fail build when locked file instead of fresh check out. This is helpful when repositories are very large and takes hours for fresh check out which flushes configurations as well.

needs-fix

http://issues.jenkins-ci.org/browse/JENKINS-5347 Applied your change requests from: https://github.com/jenkinsci/subversion-plugin/pull/64/files Please approve and add this to the next version or give me feedback. Thank you

merge-conflict

In a recent commit (5012326e8dc523e5e7706839b7853a86b1f3dce5 - [JENKINS-14155] Automatically select the first option of tags listing…"), support was added to select the latest changed tag as default value. For this to...

needs-fix

This change lets the plugin check out modules in parallel. We have a project which has a big number of SVN modules and checking out/updating the modules alone took >...

merge-conflict
proposed-for-close

This fixes issues with multibranch pipeline jobs and SVN externals. The main problem was that SubversionSCMSource did not allow to configure additional credentials, which caused "svn: E200015: ISVNAuthentication" errors. This...

needs-testcase