[Buildbot] #3616: Properties are not working

Buildbot trac trac at buildbot.net
Tue Sep 27 20:25:02 UTC 2016


#3616: Properties are not working
-------------------+---------------------------------
Reporter:  aalvz   |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  undecided
 Version:  master  |   Keywords:  buildbot properties
-------------------+---------------------------------
 When sending properties to the build via `buildbot sendchange`, apparently
 the build is not aware of the sent variables.

 This gist contains all the details and what I've tried so far
 https://gist.github.com/AAlvz/d647b09c723b260933f3255790ad9e55

 I couldn't define the version in the ticket because it's not listed.
 I'm using buildbot 0.9.0rc3 and Twisted version 14.0.2

 In summary this is what I've tried:


 {{{
 buildbot sendchange -m localhost:9999 -a example-user:pass -W me -C
 default --property=test:myvalue
 }}}


 Config line:

 {{{
 factory.addStep(steps.ShellCommand(command=['echo',
 'buildername:',util.Property('test')]))

 }}}

 Output:

 {{{
 buildername: None
 }}}


 According to @tomprince or @skelly, this could be a bug where change
 properties aren't being incorporated into the resulting build.

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


More information about the bugs mailing list