5 ms·
What does Jenkins do that you can't do with GH Actions and Flux?
by yebyen 3y ago
What does Jenkins do that you can't do with GH Actions and Flux?
- lmm 3y agoBased on the last time I looked: good handling of dependencies between builds (e.g. the ability to do an "edge build" where for any change in a given project, you check whether that will break your other projects when they upgrade to depend on that), advanced scheduling, plugins that integrate all sorts of random tools into your build views.
- yebyen 3y agoI have been away from Jenkins for a while, that all sounds like stuff I never used, (thanks!)