Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
subversion-1.50
Description
Server URL in config:
- $PATH_TO_SCM/@HEAD
Debug info (SubversionSCM.java:613):
- Key in the "revisions" container: $PATH_TO_SCM
- Value to be got in revisions.get() $PATH_TO_SCM/
The issue is slash in the end.
Attachments
Issue Links
- is related to
-
JENKINS-12113 Maven - java.io.IOException: error=2, No such file or directory if in SVN configuration parameters used in Local module directory section
-
- Closed
-
-
JENKINS-10942 SVN_URL and SVN_REVISION are not set when using @NNN in Subversion URL
-
- Resolved
-
Code changed in jenkins
User: Christoph Kutzinski
Path:
src/main/java/hudson/scm/subversion/SvnHelper.java
src/test/java/hudson/scm/SvnHelperTest.java
http://jenkins-ci.org/commit/subversion-plugin/3e941d8dc920ab26cb1fdc2eef05f906a95f46ad
Log:
Merge pull request #54 from synopsys-arc-oss/jenkins_20344_fix
[FIXED JENKINS-20344] - SVN_REVISION is not exported if server url ends ...
Compare: https://github.com/jenkinsci/subversion-plugin/compare/a486adfb5c21...3e941d8dc920