Teamcity Process Output Parsers banner
JetBrains JetBrains

Teamcity Process Output Parsers

Development community

Description

TeamCity plugin with process output parsers

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

TeamCity Process Output Parsers Plugin [![JetBrains team project](http://jb.gg/badges/team-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

Features

Provides custom process output parsers to be used within builds.

Parsers can be controlled from Java API and using service message commands:

  • RegexMessageParser.Enable enables parser
  • RegexMessageParser.Disable disables parser

Both commands can have next artuments:

  • file - Path to file with parser definition. Either absolute or relative to checkout directory
  • name - Name of one of predefined parsers (May be provided by another plugins)

Building

  • Download and install TeamCity distribution.
  • Open project with IntelliJ IDEA.
  • Set "TeamCityDistribution" path variable in IDEA Preferences as path to your TeamCity installation directory.
  • Build 'plugin-zip' artifact