What open source continuous integration servers written with Node.js do you know of? What are their features, pros and cons, your experience? Do they support continuous deployment ("deploy on green")?
Strider is an Open Source Continuous Deployment / Continuous Integration platform. It is written in Node.JS / JavaScript and uses MongoDB as a backing store. It is published under the BSD license.
Strider is conceptually similar to Travis-CI or Jenkins with the following major differences:
our team just started such project.
It's called pragma-ci and you can watch it on GitHub https://github.com/pragma-dudes/pragma-ci. We plan to release first stable version in the end of this month.
It is distributed system for continuous integration written in node.js using MongoDB.
It consist of:
Every component may be deployed in one or more instances. It's very similar to GitLab CI but written in node.js and has different Web UI.
First release will have following features:
Stay tuned!