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
|




Comments (3)
Jul 01
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
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
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.