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  <http://trac-hacks.org/wiki/AddHeadersPlugin>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to