Ticket #87 (closed enhancement: fixed)
Addition of build input properties to BuildBot (a.k.a. custom build properties)
| Reported by: | rochg | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.8 |
| Version: | 0.7.6 | Keywords: | |
| Cc: | Pike, dustin, dossy, hollowman, gward, redsymbol, sergey, christian.unger@… |
Description
This ticket covers adding build input properties to BuildBot. These properties allow the user to vary the behaviour of a build by specifying a set of properties that can be interpreted by the user's build system or BuildBot python code e.g. derivations of ShellCommand?.
A good example of the use of these properties is running a sub-set of a project's test suite. This could be useful when developing code in one module because it saves you the cost of running all the tests from other modules. The developer could launch a "try" job with an input property specifying the names of the tests to run. This property could then be interpreted a ShellCommand? derived class that exported it to the environment of the build system.
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)
