Build Publisher 1.11 [message #1314464] |
Fri, 25 April 2014 07:41  |
Eclipse User |
|
|
|
We are in the process of upgrading from Hudson 2.2.1 to Hudson 3.1.2 and are having problems with the build publisher in Hudson 3.1.2.
The builds are received but the project build history is not updated. The first time a build is published to the project it appears in the build history but subsequent builds do not. I have noticed a new file call _RunMap.xml in the project configuration directory is not updated after the first build.
Is this a known issue?
Regards,
Terry Wright
|
|
|
|
|
|
|
|
Re: Build Publisher 1.11 [message #1322156 is a reply to message #1315130] |
Tue, 29 April 2014 14:17  |
Eclipse User |
|
|
|
Here is a log from a minimal install. The only plugin I added in addition to the default plugins was the build-publisher. The log shows 6 builds and although they are accepted by the public facing server (hudson-dashboard) the build history does not get updated on this server. The RunMap.xml file does not get updated after the first published build (build #1 did not have publishing enabled).
Hudson log from building server:
Apr 27, 2014 1:52:23 PM hudson.plugins.build_publisher.PublisherThread run
INFO: Build #6 of project test was published.
Apr 27, 2014 1:52:23 PM hudson.model.Run run
INFO: Build test #6 main build action completed: SUCCESS
Apr 27, 2014 1:52:11 PM hudson.plugins.build_publisher.PublisherThread run
INFO: Build #5 of project test was published.
Apr 27, 2014 1:52:11 PM hudson.model.Run run
INFO: Build test #5 main build action completed: SUCCESS
Apr 27, 2014 1:51:34 PM hudson.plugins.build_publisher.PublisherThread run
INFO: Build #4 of project test was published.
Apr 27, 2014 1:51:34 PM hudson.model.Run run
INFO: Build test #4 main build action completed: SUCCESS
Apr 27, 2014 1:51:16 PM hudson.plugins.build_publisher.PublisherThread run
INFO: Build #3 of project test was published.
Apr 27, 2014 1:51:16 PM hudson.model.Run run
INFO: Build test #3 main build action completed: SUCCESS
Apr 27, 2014 1:50:48 PM hudson.plugins.build_publisher.PublisherThread run
INFO: Build #2 of project test was published.
Apr 27, 2014 1:50:46 PM hudson.model.Run run
INFO: Build test #2 main build action completed: SUCCESS
Apr 27, 2014 1:49:59 PM hudson.model.Run run
INFO: Build test #1 main build action completed: SUCCESS
Hudson log from server receiving build:
Apr 27, 2014 1:52:23 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Renaming: D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-52-23 to D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-52-23
Apr 27, 2014 1:52:23 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Got remote timezone Europe/London
Apr 27, 2014 1:52:11 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Renaming: D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-52-11 to D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-52-11
Apr 27, 2014 1:52:11 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Got remote timezone Europe/London
Apr 27, 2014 1:51:34 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Renaming: D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-51-34 to D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-51-34
Apr 27, 2014 1:51:34 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Got remote timezone Europe/London
Apr 27, 2014 1:51:16 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Renaming: D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-51-16 to D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-51-16
Apr 27, 2014 1:51:16 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Got remote timezone Europe/London
Apr 27, 2014 1:50:48 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Renaming: D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-50-46 to D:\hudson-dashboard\jobs\test\builds\2014-04-27_13-50-46
Apr 27, 2014 1:50:48 PM hudson.plugins.build_publisher.ExternalProjectProperty doAcceptBuild
INFO: Got remote timezone Europe/London
RunMap.xml file:
<?xml version='1.0' encoding='UTF-8'?>
<buildHistory>
<builds>
<build>
<number>2</number>
<displayName>#2</displayName>
<fullDisplayName>test #2</fullDisplayName>
<buildDir>2014-04-27_13-50-46/</buildDir>
<state>COMPLETED</state>
<result>SUCCESS</result>
<building>false</building>
<logUpdated>false</logUpdated>
<timestamp>1398603046000</timestamp>
<duration>218</duration>
<url>job/test/2/</url>
<builtOn></builtOn>
</build>
</builds>
<markers>
<LAST__STABLE>2</LAST__STABLE>
<LAST__COMPLETED>2</LAST__COMPLETED>
<LAST__SUCCESSFUL>2</LAST__SUCCESSFUL>
</markers>
</buildHistory>
|
|
|
Powered by
FUDForum. Page generated in 0.19676 seconds