Skip to content

morincer/teamcity-parameters-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamcity Build Parameters Usage Report

Overview

This plugin adds a new page under -> My Settings and Tools - Parameters Usage.

The page contains a report of all your build parameters defined and/or used across projects or build configurations.

Overview

To build the report, the plugin scans your configuration files and looks for build parameters definitions as well as occurrencies of %...% pattern.

Installation

Get the plugin zip file from the Releases page and install it as per the Teamcity documentation

Development

The plugins is built using Teamcity SDK Maven plugin and requires almost zero effort to start the development.

To get the local Teamcity installation and start the Teamcity server instance:

mvn tc-sdk:init
mvn tc-sdk:start

To build and deploy the plugin

mvn package tc-sdk:reload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published