[Buildbot-devel] Direct link to a folder in the waterfall
    Charles Lepple 
    clepple at gmail.com
       
    Fri Jul 16 02:14:32 UTC 2010
    
    
  
On Wed, Jul 14, 2010 at 4:04 PM, David Mor <david.mor at mobidia.com> wrote:
> Is it possible to create a link in the FIleUpload step box that directly
> takes me to the folder (under public_html) to which the files are uploaded?
I haven't really used the FileUpload step myself, but here's some
related code that you might find useful:
class CopyTarball(shell.ShellCommand):
    name='copy'
    description=['copying tarball']
    descriptionDone=['copied tarball']
    def createSummary(self, log):
        url = ...
        self.addURL("tarball", url)
In your case, you would probably want to subclass the FileUpload step instead.
-- 
- Charles Lepple
    
    
More information about the devel
mailing list