[users at bb.net] 0.8.12: ShellCommand.addURL
Tristram, Falk
falk.tristram at cognex.com
Wed Sep 14 10:25:32 UTC 2016
Hi all,
I want to do a slave-based FTP upload of the build artefacts.
For this I am using the ShellCommand like this:
ShellCommand(command=['ncftpput', '-R', ........ ])
I would like to add the URL of the target directory to this step, similar to "DirectoryUpload".
Using addURL just doesn't work:
File "/usr/lib/python2.7/dist-packages/buildbot/process/buildstep.py", line 550, in addURL
self._step_status.addURL(name, url)
exceptions.AttributeError: 'NoneType' object has no attribute 'addURL'
What would be the simplest solution to "add" an "URL" to a ShellCommand?
Thanks,
Falk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20160914/de9c1305/attachment.html>
More information about the users
mailing list