buildbot - Change content of button on waterfall display -


in buildbot's waterfall page, buttons show status of each build step. if step runs, shows 'ran'. want edit give better info user. can add change from?

from the documentation of buidlbot 8.12, keyword parameters of buildsteps include:-

description

this used describe command (on waterfall display) while command still running. should single imperfect-tense verb, compiling or testing. preferred form list of short strings, allows html displays create narrower columns emitting
tag between each word. may provide single string.

descriptiondone

this used describe command once has finished. simple noun compile or tests should used. description, may either list of short strings or single string.

in python definitions of buildsteps, should set descriptiondone keyword parameter appropriate description completion of each buildstep.


Comments