-
Improvement
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
When hudson is doing a cvs poll it detects changes when a file has been locally
modified. Sometimes it might not be desired to trigger a build when a local file
has been modified, because this could have been caused by the previous build.
Possible solution for this would be to ignore certain files known to be locally
modified.
- duplicates
-
JENKINS-3123 CVS Excludes List Enhancement
-
- Closed
-
'cvs update' is already passed the '-C' option to clobber any source
If
modifications that might have been made during the previous build.
CVSSCM.parseUpdateOutput is treating any output from this command which solely
consists of reverting a local modification as an upstream change, then that is a
bug, not an RFE.
with, of course; but accidents happen, and it is desirable for Hudson to recover
without manual intervention by starting every build with a clean source tree,
especially if the build script is fixed later.