[Buildbot-devel] string values from Force Build form

Dan Kegel dank at kegel.com
Tue Jun 3 03:37:07 UTC 2014


For what it's worth, I had to pass the 'reason' for a build to the
build step today
(though in my case, passing the scheduler name was enough, and happily
that's already a Property), and
I was able to do this with
   factory.addStep(ShellCommand(command=["blah"],
env={"BUILDBOT_SCHEDULER":Property("scheduler")} ))

Worked first try, too (though I did have to stare at the manual and
source for a while first).
- Dan




More information about the devel mailing list