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
_______________________________________________ users mailing list users@buildbot.net https://lists.buildbot.net/mailman/listinfo/users