Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmills/atom-jenkins
Keep track of your jenkins builds inside Atom
https://github.com/benmills/atom-jenkins
Last synced: about 1 month ago
JSON representation
Keep track of your jenkins builds inside Atom
- Host: GitHub
- URL: https://github.com/benmills/atom-jenkins
- Owner: benmills
- License: mit
- Created: 2014-03-11T00:24:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T00:49:41.000Z (over 10 years ago)
- Last Synced: 2024-04-17T02:56:24.741Z (7 months ago)
- Language: CoffeeScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.
![preview](preview.png)
## 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. Here is an example:
```cson
'jenkins':
'username': 'my_user'
'password': 'my_pass'
'ccxmlUrl': 'https://my.jenkins/cc.xml'
```## Commands
* `jenkins:toggle` Show a status bar item with the number of failing builds. If you click it a list pane will show.
* `jenkins:list` Show a list of all failing builds which can be clicked to show the current output of the build inside Atom.