strider
strider copied to clipboard
Open Source Continuous Integration & Deployment Server
See related issue https://github.com/travis-ci/travis-ci/issues/617 This happens when you `git push -f` and git fails to clone the repo properly so you get the following error: > fatal: reference is not...
Moved from #652 Basically most of the config pages that come with Strider by default have auto-save, which is unpredictable and can get you into weird states. Remove autosave and...
I know that many companies like to be able the mark the "build number" that a bug was fixed in. And it wouldn't be hard to implement.
I noticed that my project doesn't automatically compile/deploy when doing a commit/push. I checked bitbucket and it's got a few webhooks automatically setup. However when i look at the strider.log...
As an admin, I would like to be able to allow only certain users to add repos. I have multiple projects on my Strider server so I would like to...
## Commit Layer **Update** Manual jobs should get commit meta-data. ## Deploy only job Do we let users deploy without testing? In that case, there could be strangeness if they...
Hi Guys, Any clue on how to integrate Strider with VS online/team services? I have a repository on VS online (now known as VS Team Services) and I want simply...
Enhancement proposal. For faster and simple installation, the default database may be NeDB. https://github.com/louischatriot/nedb
Strider requires to have a database setup and running, unlike most other CI systems (Jenkins, Teamcity,...) this makes installation & backup more difficult. It would be awesome if this could...
Hi, I'm experimenting with adding a new page to the dashboard and adding a DAG (directional acyclic graph) flow to manually build the dependency job tree; i.e. with wait barrier...