jenkinsci / jenkinsci/subversion-plugin
[JENKINS-10485] Subversion SCM Polling fails when using parameterized Repository URL
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I'm using a single Repository URL with parameterized value: ${SVN_URL}/application, where SVN_URL is defined as a node level parameter. in that case SCM polling keeps running and chackout the entire workspace although there are no changes on SVN.
scm-polling.log:
Workspace doesn't contain ${SVN_URL}/application. Need a new build.
Done. Took 0 ms
Changes found
When using a clear text Repository URL all works fine.
---
Originally reported by erezul, imported from: Subversion SCM Polling fails when using parameterized Repository URL
Raw content of original issue
I'm using a single Repository URL with parameterized value: ${SVN_URL}/application, where SVN_URL is defined as a node level parameter. in that case SCM polling keeps running and chackout the entire workspace although there are no changes on SVN.
scm-polling.log:
Workspace doesn't contain ${SVN_URL}/application. Need a new build.
Done. Took 0 ms
Changes foundWhen using a clear text Repository URL all works fine.
- environment:
windows 2003 server, Jenkins 1.421, Subversion Plugin 1.2.8
Contributor guide
Assessment
This issue has not been assessed yet.