services.buildbot-master.factorySteps

NixOS option

Factory Steps

type: list of string
Default
[ ]
Example
[
  "steps.Git(repourl='https://github.com/buildbot/pyflakes.git', mode='incremental')"
  "steps.ShellCommand(command=['trial', 'pyflakes'])"
]
declared in: nixos/modules/services/continuous-integration/buildbot/master.nixView source on NixOS/nixpkgs →