[Buildbot-devel] Ticket #289 : Nightly build, a patch

Vikki Finnan vjf04 at hampshire.edu
Tue Jan 27 16:06:31 UTC 2009


On Tue, Jan 27, 2009 at 10:41 AM, Dustin J. Mitchell <dustin at zmanda.com> wrote:
> On Tue, Jan 27, 2009 at 10:24 AM, Vikki Finnan <vjf04 at hampshire.edu> wrote:
>> I use buildsteps of the type:
>>
>> Trigger(schedulernames=['foo'], set_properties={'build_successful' : 'true"})
>>
>> Without the addition of
>>
>> properties=self.properties
>>
>> any properties in the set_properties variable of the Trigger step will
>> not propagate to the triggered scheduler (foo).
>
> Where does this need to be added?
>
steps/trigger.py

51 	        self.addFactoryArguments(schedulerNames=schedulerNames,
52 	                                 updateSourceStamp=updateSourceStamp,
53 	                                 waitForFinish=waitForFinish,
+                                         set_properties=set_properties)




More information about the devel mailing list