Hi,

I have project running on a buildsever which is generating some screenshots 
which I would like to display on the webdashboard as part of the "Build 
Report" for that project.

Currently the web server and build server are running on the same machine 
so I could easily copy the screenshots (after a successful build) to some 
folder within the "webdashboard" directory. I could then modify header.xsl 
the display the screenshots. Simple example below:

<td><img src="/ccnet/images/screenshot1.png"></img></td>
<td><img src="/ccnet/images/screenshot2.png"></img></td>
<td><img src="/ccnet/images/screenshot3.png"></img></td>

This would work but what if the webserver is running on a different machine 
than the build server?

I was checking the available 'Publishers' and there are a couple of things 
that sound useful but I think  I am missing something.

I can use the <buildpublisher> task to copy my screenshots to the 
buildserver. But they will be copied to the buildserver and not the 
webserver so that doesn't help.

I can use the <merge> task and embed the images as CData but that doesn't 
sound like a good approach.

I could <ftp> the images to the websever.

The webserver is able to parse the buildlogs saved on the buildserver so is 
there a way to access my screenshots or whatever other data via some URL or 
something?

Any help, suggestions would be appricated.

Thanks,
Lukasz

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to