Hacker News new | ask | show | jobs
by viraptor 3678 days ago
This is great. While I use only travis for build/testing at the moment, I really appreciate a real competition between GH / GL / BB. Users of all the platforms win because of this.
3 comments

BB offering free unlimited private repos and CI steps up the competition a for sure.
Don't forget VSTS either: https://www.visualstudio.com/products/visual-studio-team-ser...

Coming from a non-microsoft background (github + jenkins + travisci) I have been pleasantly surprised. Full disclosure, I currently work at M$.

This is pretty much identical to how Gitlab does it. I was hoping they would take it at least one step further not just copy it.
What could have been made better?
At GitLab we announced pipelines two days ago https://about.gitlab.com/2016/05/22/gitlab-8-8-released/

Some of the ideas we're working on to improve it further:

- deployment environments (acceptance, pre-prod, prod)

- manually confirming deployments for production

- review apps deployments of feature branches