atom-codeship-builds

list codeship builds and status

Aditya Mukherjee

42

0

0.0.5

MIT

GitHub

This package consumes the following services:

atom-codeship-builds

Show a list of recently triggered builds with relevant information and latest status. Also adds a status-bar tile to show the latest build triggered for quick reference.

Status bar tile Dock pane

Configuration

The package requires a .codeshipbuilds.json in the root folder of your project. If no config file is found, the package will not proceed. The config file should be a valid JSON with the following properties:

{
  "username": "email@codeship.com",         // codeship login email
  "password": "your-codeship-password",     // codeship login password
  "organisation": "your-organisation-uuid", // (optional) organisation's uuid
  "project": "your-project-uuid",           // project to monitor's uuid
  "filterByUser": "adityavm",               // (optional) only show builds by this user in status-bar
  "updateInterval": 15000                   // how often the list is updated
}

NOTES:

REMEMBER: This file shouldn't be committed with your code due to sensitive information.