MyNixOS website logo
option

services.buildbot-master.factorySteps

Factory Steps.

Declarations
Type
list of string
Default
[ ]
Example
[
  "steps.Git(repourl='https://github.com/buildbot/pyflakes.git', mode='incremental')"
  "steps.ShellCommand(command=['trial', 'pyflakes'])"
]