Live data from Hacker News

Jenkins Is Getting Old

itnext.io

1–10 of 340 posts

Re: Jenkins Is Getting Old

#3
I’d never used Jenkins before, a few weeks ago I needed to do some CI that was more complicated than just pytest or whatever. Installed jenkins, put together a dockerfile, connected the github hooks and It Just Works. I’m a happy customer

Re: Jenkins Is Getting Old

#8
The most interesting part of this is the very last paragraph.

There really isn't a good self-hosted solution for build metadata/metrics, unless you write something yourself. It would be interesting to see a GUI dashboard for Drone/whatever builds and pipelines.

Re: Jenkins Is Getting Old

#9
Disclaimer: I'm pretty biased towards Gitlab -- write about the things you can do it from time to time and they gave me some free swag once.

Best CI I've ever used is Gitlab CI[0]. The runner is completely open source[1] and you can use your own runner with your gitlab.com (or local instance) projects -- set it up in an autoscaling group[2] for savings.

I run https://runnerrental.club but Gitlab also recently released the ability to pay for minutes in 11.8 [3], so my product is more-or-less dead in the water but I don't mind since Gitlab is such an excellent tool, I'm glad to see them fill the need.

But back to Gitlab CI -- the YAML configuration documentation[4] is pretty fantastic -- Most easy things are easy and hard things are possible. I suspect that one could run an entire startup like circleci/travis/drone based on just the software that Gitlab has open sourced and made available already.

[0]: https://docs.gitlab.com/ee/ci/

[1]: https://gitlab.com/gitlab-org/gitlab-runner

[2]: https://docs.gitlab.com/runner/configuration/runner_autoscal...

[3]: https://about.gitlab.com/2019/04/22/gitlab-11-10-released/#p...

[4]: https://docs.gitlab.com/ee/ci/yaml/

Re: Jenkins Is Getting Old

#10
I think a better headline would have been something more like "Jenkins doesn't have the features I require". There are plenty of examples of older pieces of software or older languages that still work perfectly fine today.
Post reply on HN