Actions
Defect #212
closedPlugin can't show latest build result (最新のビルド結果を表示できない)
Start date:
10/21/2009
Due date:
10/22/2009
% Done:
100%
Estimated time:
Description
Problem Or Process¶
- You build Hudson job named 'Test'.
- Plugin gets information about 'Test'. ( may be building )
- Plugin can't show latest build result. ( may be empty string )
Cause¶
HudsonJob.add_latest_build has problem.
HudsonBuild.caused_by and error must be initialized,
but not initialized. ( return nil )
Updated by Toshiyuki Ando over 15 years ago
- Status changed from 新規(New) to 解決(Resolved)
- % Done changed from 0 to 100
チェンジセット r345 で適用されました。
Updated by Toshiyuki Ando over 15 years ago
- Subject changed from Plugin can't show latest build result to Plugin can't show latest build result (最新のビルド結果を表示できない)
Updated by Toshiyuki Ando over 15 years ago
- Status changed from 解決(Resolved) to 終了(Closed)
よさそうなので終了。
Actions