jenkinsci / jenkinsci/subversion-plugin
[JENKINS-8554] SCM polling always return true when using specific revision in svn
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I have a build using 2 subversions module
the first one contains the code base (on a branch), and is set to check out to HEAD
the second one contains the build scripts and is set to use a specific revision using the @NNN feature in the svn url.
It works great so far.
this build is also setup to use SCM polling (obviously for the first module).
the problem is, since i'm using a specific revision for the second module, the polling think there's always something new.
in the scm polling log:
svn://svnserver/deployment/scripts is at revision 185,800
(changed from 184,375)
and in the module i have as url : svn://svnserver/deployment/scripts@184375
schedule for scm polling is */15 * * * *
expected behavior : polling should not check for changes when using a specific revision, since it won't update anyway.
---
Originally reported by cactusbone, imported from: SCM polling always return true when using specific revision in svn
Raw content of original issue
I have a build using 2 subversions module
the first one contains the code base (on a branch), and is set to check out to HEAD
the second one contains the build scripts and is set to use a specific revision using the @NNN feature in the svn url.
It works great so far.this build is also setup to use SCM polling (obviously for the first module).
the problem is, since i'm using a specific revision for the second module, the polling think there's always something new.in the scm polling log:
svn://svnserver/deployment/scripts is at revision 185,800
(changed from 184,375)and in the module i have as url : svn://svnserver/deployment/scripts@184375
schedule for scm polling is */15 * * * *
expected behavior : polling should not check for changes when using a specific revision, since it won't update anyway.
- environment:
Hudson 1.379
Contributor guide
Assessment
This issue has not been assessed yet.