jenkinsci / jenkinsci/subversion-plugin
[JENKINS-59052] Repository subversion URL env parameter succeded replace in subversion-plugin 2.10.5 but failed in 2.12.2
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
In jenkins Job, i have Repository URL with parameter :
https://subversion.myserver.fr/svn/MyProject/tags/QUALIF/${QUALIFICATION_TAG}
=> ${QUALIFICATION_TAG} is correctly replaced if plugin subversion in version 2.10.5
=> No replacement with subversion plugin 2.12.2
==> so error in get source :
org.tmatesoft.svn.core.SVNException: svn: E160013: '/svn/!svn/bc/265257/MyProject/tags/QUALIF/$%7BQUALIFICATION_TAG%7D/build/qual.Jenkinsfile'
---
Originally reported by jcsouvignet, imported from: Repository subversion URL env parameter succeded replace in subversion-plugin 2.10.5 but failed in 2.12.2
Raw content of original issue
In jenkins Job, i have Repository URL with parameter :
https://subversion.myserver.fr/svn/MyProject/tags/QUALIF/${QUALIFICATION_TAG}
=> ${QUALIFICATION_TAG} is correctly replaced if plugin subversion in version 2.10.5
=> No replacement with subversion plugin 2.12.2
==> so error in get source :
org.tmatesoft.svn.core.SVNException: svn: E160013: '/svn/!svn/bc/265257/MyProject/tags/QUALIF/$%7BQUALIFICATION_TAG%7D/build/qual.Jenkinsfile'
- environment:
Linux Centos, Jenkins 2.176.2
Contributor guide
Assessment
This issue has not been assessed yet.