[Buildbot] #2983: How to acces time/date value when slave build starts running

Buildbot trac trac at buildbot.net
Thu Oct 30 01:02:42 UTC 2014


#2983: How to acces time/date value when slave build starts running
----------------------------+----------------------
Reporter:  sachinpatela     |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  ongoing
 Version:  0.8.9            |  Resolution:
Keywords:                   |
----------------------------+----------------------

Comment (by dustin):

 So there are two ways to do that.

 You can download a python script to your slave (with !FileDownload) and
 then run it (with !ShellCommand).  Put your function in that script.

 Or, you can customize the buildslave by adding and registering a new
 command, and then write a custom step on the master that invokes that
 command.

 The second option is a *lot* more work, but depending on what you want to
 do, might be a better choice.

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


More information about the bugs mailing list