[Buildbot-devel] How do I know previous buildstep result?
taras.koroliuk at openmailbox.org
taras.koroliuk at openmailbox.org
Wed Feb 18 10:20:50 UTC 2015
Hi all.
Here are an old topic about previous steps results:
http://sourceforge.net/p/buildbot/mailman/message/25361686/
it almost solve my needs, except on thing.
How do I fetch previous step result?
Here I all steps:
allSteps = step.build.getStatus().getSteps()
and here the first:
firstStep = allSteps[0]
But suppose I'm on N'th step.
So I need to know result of N-1'th step.
Any suggestions? Thanks.
More information about the devel
mailing list