You can always embed it in a Trac wiki page.
Use withCss=true option:
{{{ #!html <script type="text/javascript"
src="http://<TeamCity_server_URL>/externalStatus.html?js=1&withCss=true&">
</script> }}}
On Tue, Apr 21, 2009 at 15:31, Crusty Applesniffer <
[email protected]> wrote:
> Any idea ?
>
>
>
> *De :* [email protected] [mailto:[email protected]] *De
> la part de* Crusty Applesniffer
> *Envoyé :* lundi 20 avril 2009 16:47
> *À :* [email protected]
> *Objet :* [Trac] How to include Team city result build in Trac
>
>
>
> Hello,
>
>
>
> I wonder if there is a way to have a page (similar to the “Build status”
> one in trac website) that displays the Team City (continuous integration
> suite) result of a specific build.
>
>
>
> I know team city could export it.
>
> The only 2 step I have to do are:
>
> · Add the following code in the head section
>
> <style type="text/css">
>
> @import" <TeamCity_server_URL>/css/status/externalStatus.css";
>
> </style>
>
> · Add this snippet in the page
>
> <script type="text/javascript"
> src="<TeamCity_server_URL>/externalStatus.html?js=1">
>
> </script>
>
> Unfortunately, if the
> AddHeadersPlugin<http://trac-hacks.org/wiki/AddHeadersPlugin>could do the
> first job, I don’t know how to do the second part (moreover, I
> don’t know how to add a menu item to the navigation bar – a kind of “Build
> status”)
>
>
>
> Thank you.
>
> -:: Crusty Applesniffer ::-
>
>
>
>
>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---