-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.127
last-changes-plugin 2.6.2
pipeline-multibranch: 2.19
Every time a multibranch project is created after adding new branch into SVN, I get this error from last changes plugin:
ERROR: Last Changes NOT published due to the following error: Could not retrieve last changes of svn repository located at C:\Program Files (x86)\Jenkins\jobs\Test_multibranch_pipeline_SH\branches\MultiLastChanges7\builds\1 due to following error: Could not retrieve last changes of svn repository located at C:\Program Files (x86)\Jenkins\jobs\Test_multibranch_pipeline_SH\branches\MultiLastChanges7\builds\1 due to following error: svn: E195000: A path under version control is needed for this operation - org.tmatesoft.svn.core.SVNException: svn: E195000: A path under version control is needed for this operation - java.lang.RuntimeException: Could not retrieve last changes of svn repository located at C:\Program Files (x86)\Jenkins\jobs\Test_multibranch_pipeline_SH\branches\MultiLastChanges7\builds\1 due to following error: svn: E195000: A path under version control is needed for this operation
If I created the branch using SVN copy it works!
Also adding files using a standard pipeline is working well.