General Info
Vendor | JetBrains |
License | |
Type | free, open-source |
Plugin Description
With the help of this plugin you can add any HTML, JS or CSS to various pages of TeamCity UI.
Plugin configuration files are located under .BuildServer/config/_static_ui_extensions
.
Use static-ui-extensions.xml
to change the settings, see static-ui-extensions.xml.dist
for template settings.
Since build 58 (0.3.58.5), there is ability to serve static files: the files located under _static_ui_extensions/pages/<relative path>
are available via URLs http://<teamcity_url>/app/static_content/<relative path>
.
The files are available to any (including unauthenticated) users.
Plugin uses Web UI Extensions of TeamCity open API to add the content.
TeamCity Versions Compatibility
Plugin is compatible with TeamCity 6.5 and newer
Download
Builds against TeamCity 8.0, Download latest successful
Builds against TeamCity 8.1, Download latest successful
Builds against TeamCity 9.0 & 9.1.x, Download latest successful
Development links
Public repository: https://github.com/JetBrains/TeamCity.StaticUIExtensions,
git clone URL: git://github.com/JetBrains/TeamCity.StaticUIExtensions.git
Building
- open the sources in InteliJ IDEA 11+ and build artifact
plugin-zip
.
Installation instructions:
Copy staticUIExtensions.zip into <TeamCity Data Directory>/plugins directory (more on this).
Feedback
Like the feature or want an improvement? Found a bug?
Please create an issue on GitHub or send Feedback for the plugin as for bundled functionality, just note the plugin version that you use.