jenkinsci / jenkinsci/subversion-plugin
[JENKINS-692] Job Builds from subversion are building twice
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
It appears with the recent fixes to the subversion features that its broken
something todo with triggering builds.
What it appears to be doing is detecting that the repository revision # has
changed and starts a build. When that build finishes however, hudson doesn't
update the revision #. As a result, in the next poll of the SCM hudson builds
again. For whatever reason, on the second attempt, hudsons revision number is
correctly updated.
The result is duplicate builds for every SCM checkin using Subversion
---
Originally reported by gommo, imported from: Job Builds from subversion are building twice
Raw content of original issue
It appears with the recent fixes to the subversion features that its broken
something todo with triggering builds.What it appears to be doing is detecting that the repository revision # has
changed and starts a build. When that build finishes however, hudson doesn't
update the revision #. As a result, in the next poll of the SCM hudson builds
again. For whatever reason, on the second attempt, hudsons revision number is
correctly updated.The result is duplicate builds for every SCM checkin using Subversion
- environment:
Platform: All, OS: All
Contributor guide
Assessment
This issue has not been assessed yet.