Socket
Book a DemoInstallSign in
Socket

grunt-teamcity-blocks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-teamcity-blocks

Run tasks and report result in teamcity blocks

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

grunt-teamcity-blocks Build Status

Runs Grunt tasks and reports each result inside a TeamCity block
See TeamCity Script Interaction for more info.

TeamCity task

Run this task with the grunt teamcity command.

Task targets, files and options may be specified according to the grunt Configuring tasks guide.

Usage

npm install grunt-teamcity-blocks --save-dev
require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks

grunt.initConfig({
	teamcity: {
	  options: {
	    blockNamePrefix:'Grunt: '
	  },
		tasks: ['coffee', 'sass', 'jshint', 'mocha']
	}
});

Generates the following output:

##teamcity[blockOpened name="Grunt: coffee"]
{coffe-task result}
##teamcity[blockClosed name="Grunt: coffee"]
...

Options

blockNamePrefix

Type: String Default: ``

A prefix added to the name of the opening and closing teamcity block

runAsync

Type: Boolean Default: true

Set to false to have task-order respected

Keywords

gruntplugin

FAQs

Package last updated on 18 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.