Last up-to-date build not displayed in projet page
Hi!
I'm using team city version 4.5.4 (build 9071).
In the main project page, for one of my project, the last up-to-date build (id 82) is not displayed, but a failed one (id 77). So the project is displayed as failed, whereas builds 79 to 82 are succeded.
Do I miss something in the configuration or is it a bug?
Thanks
Stéphanie
Please sign in to leave a comment.
Hi!
Isn't it a cache problem with your web browser?
Have you tried to access TeamCity GUI from another browser on the same machine or from another machine?
Regards,
Olivier.
Can you provide a screenshot of your builds history?
@Olivier : not a cache problem, it appears on different machines...
@Pavel : see attached file
Attachment(s):
tc_history.jpg
What database do you use? Can you perform the following SQL statement:
select * from history h left join build_state bs on bs.ID = h.BUILD_STATE_ID where h.BUILD_TYPE_ID = '<build type id>';
and attach here results of this statement (or send them to teamcity-feedback [at] jetbrains.com)
<build type id> must be replaced with id of the build configuration where this problem occured (see buildTypeId parameter in the URL).
Sorry it took me a while to reply.
I'm using Oracle 10g XE, see the results in the attached file.
Attachment(s):
tc_results_history.htm.zip
I made a fix which should help in your case, the fix is available as new build:
ftp://ftp.intellij.net/pub/.teamcity/TeamCity-9094.war
This is a bugfix only build, but you should backup your previous installation before installing this build.
Let me know if fix works for you.