Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yesnault/gojenkinsdashboard

Jenkins Dashboard in console
https://github.com/yesnault/gojenkinsdashboard

Last synced: 3 months ago
JSON representation

Jenkins Dashboard in console

Awesome Lists containing this project

README

        

# goJenkinsDashboard
Jenkins Dashboard in console

Draft - WIP

## Usage
```
go build && ./goJenkinsDashboard -logtostderr=true -stderrthreshold=INFO -jenkinsUrl=http://192.168.59.103:10000
```

Filter on jobs :
```

go build && ./goJenkinsDashboard -logtostderr=true -stderrthreshold=INFO -jenkinsUrl=http://192.168.59.103:10000 -filter=^job\[0-9\]$
```

Refreshing interval :
```

go build && ./goJenkinsDashboard -logtostderr=true -stderrthreshold=INFO -jenkinsUrl=http://192.168.59.103:10000 -interval=2s
```

see examples on filter on http://play.golang.org/p/Mpl-NThwrS

## Screenshot
![Go Jenkins Dashboard](goJenkinsDashboard.png)