(Bob the Builder) - A rails 3 based CI server using mongoid, delayed_job etc.
Stars
17
Forks
1
Watchers
17
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
93
commits
Fix for broken builds when multiples come in. The problem was the build_num, not calculating properly, causing a bad state for the build and not being able to transition. Removed build_num altogether.
bc2ec2dView on GitHubRemoved the code that would keep it from running 1 build per project at a time until I can debug it further.
ab7c5b3View on GitHubRemoved auto source from rvmrc as if someone wanted to switch environments later, it would resource the rvmrc file.
11e971aView on GitHubRemove rspec rake file wasn't doing what it should have been doing anyhow.
26091b7View on GitHubChanges to queue up builds and only build the latest one if multiples were added while another build was processing.
5850a6aView on GitHubRemove non-needed files, clean up some of the javascript.
8f841d8View on GitHubAdded project id to edit for so people can copy it for service hooks. Will create a nicer service hook url system later.
efe7053View on GitHub