[Buildbot-commits] [Buildbot] #2332: Add ability to SetProperty so that you can set a property without a command
Buildbot trac
trac at buildbot.net
Fri Aug 23 05:12:21 UTC 2013
#2332: Add ability to SetProperty so that you can set a property without a command
------------------------+---------------------
Reporter: tcooperma | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone: 0.8.8
Version: 0.8.6p1 | Resolution: fixed
Keywords: sprint |
------------------------+---------------------
Changes (by tom.prince):
* status: new => closed
* resolution: => fixed
* milestone: 0.8.9 => 0.8.8
Old description:
> Adding an option to SetProperty to do the equivalent of "echo foobar"
> where foobar is some string that you generated in Python using
> WIthProperties or something else. Perhaps this is done with another
> parameter?
>
> > From: Philippe McLean <philippe.mclean at gmail.com>
>
> > One option is to extend/modify the definition of SetProperty in
> buildbot/steps/shell.py.
> > Another possibility would be to use addFactoryArguments on any custom
> buildsteps.
New description:
Adding an option to SetProperty to do the equivalent of "echo foobar"
where foobar is some string that you generated in Python using
WIthProperties or something else. Perhaps this is done with another
parameter?
> From: Philippe McLean <philippe.mclean at gmail.com>
> One option is to extend/modify the definition of SetProperty in
buildbot/steps/shell.py.
> Another possibility would be to use addFactoryArguments on any custom
buildsteps.
--
--
Ticket URL: <http://trac.buildbot.net/ticket/2332#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list