-
Improvement
-
Resolution: Unresolved
-
Major
-
None
We recently upgraded to ClearCase plugin 1.2.1 from a version which is about a year old (sorry not sure the version). The change to lshistory from the whole VOB since the last build means that for large VOBs with a small amount of elements which are interesting to the build this polling activity can take a very long time especially if the job has infrequent changes.
Would it be possible to have an option to use the lshistory -r functionality as it used to be, or alternatively to only poll for changes since the last time it was polled?
[JENKINS-7481] ClearCase polling change degrades performance for large VOBs
Fix Version/s | New: current [ 10162 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: Vincent Latombe [ vlatombe ] | New: anb0s [ anb0s ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
I just created request for using other load rules fields to select folders and/or files instead of VOBs: http://issues.jenkins-ci.org/browse/JENKINS-8949
For this use case lshistory -recurse is faster then -all. We should add new option for experts:
use lshistory -all (optimized for whole VOBs)
( ) use lshistory -recurse (optimized for small amount of folders and files)