[Buildbot] #3205: Property interpolation

Buildbot trac trac at buildbot.net
Mon Feb 23 07:48:46 UTC 2015


#3205: Property interpolation
---------------------+--------------------
Reporter:  pedersen  |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.8.x
 Version:  0.8.10    |  Resolution:
Keywords:            |
---------------------+--------------------

Comment (by pedersen):

 Ahh sorry that was a typo. When leaving out the typo the problems is that
 both are not set.

 Here is the real case:

 {{{
 releaseBuilderFactory.addStep(Trigger(schedulerNames=["MacRelease",
 "WinRelease"],
                                       alwaysUseLatest = True,
                                       set_properties = { "force_wipe" :
 Interpolate('%(prop:force_wipe)s'),
                                                          "force_cmake":
 Property('force_cmake'), #Interpolate('%(prop:force_cmake)s')
 'upload_installer': Interpolate('%(prop:upload_installer)s')},
                                       waitForFinish = True
                                       ))
 }}}

 In the triggered build the following is observed:

 {{{
 force_cmake     None    Trigger
 force_wipe      False   Trigger
 }}}

 Both are boolean force parameters.

--
Ticket URL: <http://trac.buildbot.net/ticket/3205#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list