Hacker News new | ask | show | jobs
by iriche 3686 days ago
Jenkins 2 pipeline feature didn't look like more then the plugin they had before - but bundled into the core.

We just moved from a Jenkins Pipeline-setup to GitLab, didn't take that long time and our builds started going a lot faster after that.

1 comments

Glad to hear that! I don't think there is anything you can't do with Jenkins with plugins. But in GitLab we try to make the best practice the default. Using build slaves is an option in Jenkins but our Runner is by default set up on another machine. Having your settings stored in the repository is an option in Jenkins but the default in GitLab with a nice syntax.