[Buildbot-commits] [Buildbot] #2592: Add interpolation to VS* parameters

Buildbot trac trac at buildbot.net
Thu Nov 21 15:24:28 UTC 2013


#2592: Add interpolation to VS* parameters
------------------------+-----------------------
Reporter:  dickymoe     |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  undecided
 Version:  0.8.8        |   Keywords:
------------------------+-----------------------
 It could be interessting to add the interpolation to Visual Step
 properties.

 For example : you want to add a ChoiceStringParameter to the config (build
 or rebuild) and use this properties in the "mode" in VS Step.


 {{{
 factory.addStep(
         visualFunc(
             name="name",
             projectfile=...,
             config=..,
             arch="Win32",
             mode=Interpolate("%(prop:modeName)s"),
             env=...))
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2592>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list