- subclass of buildbot.schedulers.triggerable.Triggerable
- override trigger function to get changelist based on changes since their last build
- this solves the problem that changelist from triggerer builder be inaccurate under some circumstances, like previous build failed and didn't trigger, those changelist on the failed build won't be pass through
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
A few improvements for class design
- Pass project list and max change count by argument at class initialization for flexibility
- Remove newRevision from class member, define as function variable