Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/build-canaries/nevergreen
:baby_chick: A build monitor with attitude
https://github.com/build-canaries/nevergreen
cctray cd ci ci-cd circleci continuous-delivery continuous-deployment continuous-integration continuous-testing cruisecontrol gocd jenkins monitor monitoring react redux saas travis-ci
Last synced: 4 days ago
JSON representation
:baby_chick: A build monitor with attitude
- Host: GitHub
- URL: https://github.com/build-canaries/nevergreen
- Owner: build-canaries
- License: epl-1.0
- Created: 2014-11-19T12:44:27.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T17:46:51.000Z (14 days ago)
- Last Synced: 2024-10-26T01:55:45.164Z (14 days ago)
- Topics: cctray, cd, ci, ci-cd, circleci, continuous-delivery, continuous-deployment, continuous-integration, continuous-testing, cruisecontrol, gocd, jenkins, monitor, monitoring, react, redux, saas, travis-ci
- Language: TypeScript
- Homepage: https://nevergreen.io
- Size: 23 MB
- Stars: 215
- Watchers: 10
- Forks: 38
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - build-canaries/nevergreen - :baby_chick: A build monitor with attitude (TypeScript)
README
# Nevergreen
Nevergreen is a build monitor with attitude. Continually deliver via fast clear feedback.
- Your builds should always be green. Nevergreen understands this and only shows you projects that have failed or are building
- Nevergreen uses your local browser to store configuration. You only need to run it once to host different build monitors for every team
- Nevergreen is fully responsive, it'll look just as good full screen or sharing the space with other dashboards
- You can track as many CI servers as you like, allowing you to easily track dependent builds from other teams![Example Monitor page](doc/screenshot_monitor.png)
![Example Monitor page on tablet](doc/screenshot_monitor_tablet.png)
![Example Monitor page on mobile](doc/screenshot_monitor_mobile.png)
![Example Tracking page](doc/screenshot_tracking.png)
## How do I start monitoring my builds?
You can use [hosted Nevergreen](https://nevergreen.io) at `nevergreen.io` or
[run Nevergreen locally](https://github.com/build-canaries/nevergreen/wiki/running-locally).Once loaded:
1. Add the URL of your CCTray XML feed on the Tracking page
2. Head to the Monitor page to see their current status!### How can I find my CCTray XML feed URL?
More information about how to get the CCTray XML feed for your CI server can be found on the official
[CCTray XML website](https://cctray.org/servers/).### How can I get more help?
- [The Nevergreen wiki](https://github.com/build-canaries/nevergreen/wiki)
- [Ask questions on GitHub](https://github.com/build-canaries/nevergreen/discussions)
- Nevergreen has built in help that can be accessed from the menu or by pressing the `h` key## How can I fix a bug / add a feature / contribute?
You can run Nevergreen from source using the `./develop.sh` script. For more detailed information about running from
source please see the [contributing section of the wiki](https://github.com/build-canaries/nevergreen/wiki/contributing).Please help us out by submitting a PR with any changes. We also keep a list of bugs / improvements / features using
[GitHub issues](https://github.com/build-canaries/nevergreen/issues), if you're looking for some inspiration.You can also help us out by taking this [short usage survey](https://build-canaries.github.io/2015/09/14/nevergreen-survey.html), thanks!
## License
Copyright © 2014 - 2024 Build Canaries
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.