[Buildbot-commits] [Buildbot] #2212: Property placeholder does not work in shell command

Buildbot nobody at buildbot.net
Mon Feb 20 17:01:24 UTC 2012


#2212: Property placeholder does not work in shell command
---------------------+----------------------------------
Reporter:  DavidIAm  |      Owner:
    Type:  defect    |     Status:  new
Priority:  major     |  Milestone:  undecided
 Version:  0.8.5     |   Keywords:  property, properties
---------------------+----------------------------------
 This configuration fragment:

 {{{
 tfactory = BuildFactory()
     tfactory.addStep(SVN(
                        svnurl=url,
                        mode='update'
                        ))
     tfactory.addStep(ShellCommand(env={'BUILD_NUMBER':
 Property("buildnumber")}, command=["make",target]));
 }}}

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


More information about the Commits mailing list