Ticket #392 (closed defect: fixed)
set_properties function of Trigger broken
| Reported by: | finnan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.10 |
| Version: | 0.7.9 | Keywords: | |
| Cc: |
Description
This is a relatively straightforward problem (and fix). When using the set_properties function of the Trigger buildstep, the properties are not propogated to the triggered build.
If you add to steps/trigger.py:
51 self.addFactoryArguments(schedulerNames=schedulerNames, 52 updateSourceStamp=updateSourceStamp, 53 waitForFinish=waitForFinish, + set_properties=set_properties)
It seems to fix the problem.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
committed