jenkinsci / jenkinsci/subversion-plugin
[JENKINS-1372] Allow other "Use Update" modes
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Hudson currently limits "Use Update" for svn checkouts to on or off. It would
be useful to perform updates sometimes and perform full builds other times.
I've found this to be very useful in other CI systems.
I'd suggest having these options, at least:
[x] Use Update
[x] Force full update after failure
Force full update after [5] clean builds
I don't know if this one would be useful, but having a cron pattern could be
nice to force a full update once a day, etc:
Schedule a full update after
[0 7-23 * * * ]
---
Originally reported by mmastrac, imported from: Allow other "Use Update" modes
Raw content of original issue
Hudson currently limits "Use Update" for svn checkouts to on or off. It would
be useful to perform updates sometimes and perform full builds other times.
I've found this to be very useful in other CI systems.I'd suggest having these options, at least:
[x] Use Update
[x] Force full update after failure
Force full update after [5] clean buildsI don't know if this one would be useful, but having a cron pattern could be
nice to force a full update once a day, etc:Schedule a full update after
[0 7-23 * * * ]
- environment:
Platform: All, OS: All
Contributor guide
Assessment
This issue has not been assessed yet.