[Buildbot-devel] Passing per-slave environment variables
"Martin v. Löwis"
martin at v.loewis.de
Thu Apr 8 19:19:24 UTC 2010
I'd like to pass slave-specific environment variables into a specific
build step. If that isn't possible, passing them into all build steps
would be fine as well. If per-slave isn't possible, per-builder would
also be fine.
How can I do that with 0.7.11?
I tried to put properties={'env':{"var":"value"}} into the Slave
definition, which didn't work. I also tried putting
'env':{'var":"value"}} into the builder definition dictionary; that
didn't work either.
Any help appreciated,
Martin
More information about the devel
mailing list