Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-ccb

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-ccb

Create a CCB with manfiest information in JIRA

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

grunt-ccb

Create a CCB with manfiest information in JIRA

Build Status

NPM

Getting Started

This plugin requires Grunt ~0.4.1

npm install grunt-ccb --save-dev

The "ccb" task

Overview

This plugin will grab the commit log from Github from a specified date, and store this to a file. The date is either hardcoded (using the commitHistoryStartDate.date property in the config) or retrieved from a http web service.

Config

This plugin requires a config sections named ccb passed into grunt.initConfig().

grunt.initConfig({
    ccb: {
        options: {
            jira: {
                api_url: "https://company.atlassian.net/rest/api/2/",
                proxy : null,
                user: "user",
                password: "password",
                project_id: 12100,
                ccb_issue_type: 20,
                ccb_done_state: 11
            },
            project: {
                name: "Location API",
                version: "1.0.1"
            },
            manifest: "tests/data/manifest.json",
            build_label: "project_123"
        }
    }
})

Options

  • jira
    • api_url - Url of the Jira api root
    • proxy - Full url of proxy including port
    • user - Jira username
    • password - Jira password
    • project_id - Jira id of the project to post the ccb
    • ccb_issue_type - Jira id of the type of issue to post the ccb as
    • ccb_done_state - The transition id to end the ccb workflow
  • project - TODO: We should use the properties in the package.json here
    • name - Name of the project that is creating the ccb (displayed in the ccb subject)
  • manifest - Path to a file that contains the manifest for this project (this will be the body of the ccb) build_label - The build that created this ccb

Keywords

FAQs

Package last updated on 15 Dec 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc