0.3.0 • Published 6 years ago

teamcity-reporting v0.3.0

Weekly downloads
2
License
WTFPL
Repository
github
Last release
6 years ago

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']
0.3.0

6 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago