magalhas / atom-jenkins

Keep track of your jenkins builds inside Atom
MIT License
1 stars 4 forks source link

atom-jenkins

Keep track of your builds inside Atom. You can click on the status bar text or run jenkins:list to open a pane that will list all failing builds and allow you to view the build output inside atom.

Setup

Make sure you set your basic auth username and password as well as the URL Atom will hit to get your cc.xml file and jobs. Here is an example:

'jenkins':
  'username': 'my_user'
  'password': 'my_pass'
  'url': 'https://my.jenkins'

Commands

Credits

This package was initially authored by Ben Mills and is now maintained and developed by José Magalhães.