Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnyzzz/teamcity.staticuiextensions
Allows to extend TeamCity pages with some extension texts
https://github.com/jonnyzzz/teamcity.staticuiextensions
Last synced: about 1 month ago
JSON representation
Allows to extend TeamCity pages with some extension texts
- Host: GitHub
- URL: https://github.com/jonnyzzz/teamcity.staticuiextensions
- Owner: jonnyzzz
- Created: 2011-11-16T16:44:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T16:21:46.000Z (over 7 years ago)
- Last Synced: 2024-04-15T23:50:04.269Z (7 months ago)
- Language: Java
- Homepage:
- Size: 2.35 MB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Plugin for TeamCity for customizing TeamCity server pages with include of some custom content.
Requirements:
=============
TeamCity 6.5 or newerLicense:
========
Apache 2.0Builds:
=======
Download from http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt334&tab=buildTypeStatusDivTo build locally, open the project with IntelliJ IDEA, make plugin-zip artifact.
You may also need to set up TeamCityDistribution path variable in IDEA to point to
unpacked .exe or .tar.gz TeamCity distribution.Usage:
======Configuration file of plugin is available under:
[TeamCity Data Directory]/config/_static_ui_extensions/static-ui-extensions.xml
In the configuration file you may specify page place and static file that is included.
HTML, css or js resources are supported.This is a sample rule:
```xml
you may add as much rules / url constraints as you like.
```The full list of page extensions is available at:
http://javadoc.jetbrains.net/teamcity/openapi/current/jetbrains/buildServer/web/openapi/PlaceId.htmlThe full list of supported page places you may find in: page-places-list.txt that is generated automatically on server start
Sample usages:
==============
- add google analytics to TeamCity installation
- add instance-specific info/announcement
- patch TeamCity CSS/JS