teamcity-reporting

0.3.0 • Public • Published

TeamCity reporting helpers

A set of helper functions and a CLI script for better TeamCity build integration

Installation

npm install teamcity-reporting

Usage

Javascript

import { message } from 'teamcity-reporting'
 
message('Message text')

CLI command

$ tcsm message "Message text"
##teamcity[message text='Message text'] 
 
$ tcsm blockOpened 'block-name' 'Optional description'
##teamcity[blockOpened name='block-name' description='Optional description'] 
 
$ tcsm blockClosed 'block-name'
##teamcity[blockClosed name='block-name'] 
 
$ tcsm compilationStarted 'compiler'
##teamcity[compilationStarted compiler='compiler'] 
 
$ tcsm compilationFinished 'compiler'
##teamcity[compilationFinished compiler='compiler'] 

Readme

Keywords

Package Sidebar

Install

npm i teamcity-reporting

Weekly Downloads

0

Version

0.3.0

License

WTFPL

Unpacked Size

19.1 kB

Total Files

15

Last publish

Collaborators

  • piratus