Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yesnault/gojenkinsdashboard
- Owner: yesnault
- License: mit
- Created: 2015-03-15T21:29:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T07:43:45.000Z (over 6 years ago)
- Last Synced: 2024-06-19T10:14:06.009Z (7 months ago)
- Language: Go
- Size: 164 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goJenkinsDashboard
Jenkins Dashboard in consoleDraft - 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)