Caution
Buildbot no longer supports Python 2.7 on the Buildbot master.
2.5.12.46. Assert
- class buildbot.steps.master.Assert
This build step takes a Renderable or constant passed in as first argument. It will test if the expression evaluates to True
and succeed the step or fail the step otherwise.