Plugin Information
What does it do?
How it works?For the convention, let's call the Hudson that's doing builds private Hudson, and let's call the Hudson that's just broadcasting build results as public Hudson. The following pieces are involved to make this work:
Once this is set up, build records from private Hudson is sent to public Hudson, through HTTP. If a corresponding job will be automatically created on the public Hudson and kept in sync with the private Hudson.
Configuration and usagePublic Hudson instance is configured on the global configuration page. You have to specify name, URL, administrator username and password, as shown on the following screenshot.
Check "Publish build" on the job configuration page int the "Post-build Actions" section to mark the project for publishing:
To check the status of publishing go to "Dashboard" -> "Manage Hudson" -> "Build publishing status". In case of any problem during build transmission, you can restart the publishing thread or reschedule interrupted transmission (otherwise the thread waits for 10 minutes and tries again).
Missing features and known bugs
Change LogVersion 1.9 (2010/08/05)
Version 1.8 (2009/12/28)
|



Comments (5)
Jul 01, 2009
mmorizot says:
Hi, The Build is also launched on "public hudson server" : is there a way of pr...Hi,
The Build is also launched on "public hudson server" : is there a way of preventing the build to also be triggered on the "publication server" ?
I have a build that is done on "hudson server A" and publishes the build to "public server B" . Unfortunatly, once published, Server B also trioes to launch a build on it's own. How do i stop that?
thnX
Jul 02, 2009
David Vrzalik says:
Hi, this is an open issue. See https://hudson.dev.java.net/issues/show_bug.cgi?i...Hi,
this is an open issue. See https://hudson.dev.java.net/issues/show_bug.cgi?id=3802 .
Oct 26, 2009
K. R. Walker says:
I set up two jobs; one as a trigger, one as a worker. The trigger has the worker...I set up two jobs; one as a trigger, one as a worker. The trigger has the worker listed as a downstream project. I only publish the worker.
Mar 30
Anuj Shah says:
Hi, I am using the Plot Plugin and the csv plot files are not published with th...Hi,
I am using the Plot Plugin and the csv plot files are not published with the build.
Aug 18
Ragesh Nair says:
Hi, Is there a way to publish to multiple public hudson using this plug-in in ...Hi,
Is there a way to publish to multiple public hudson using this plug-in in a single job?? We can configure multiple public hudson in the plugin configuration but cant select multiple public hudsons in job configuration. Any tips, highly appreciated.
Thanks
-Ragesh
Hudson Team, Sonyericsson