Openhab build on github platform,

Hello,

Since the move to 5.0 développement branch, the automatic build on github is very, very, very long. This is because the github action build is building all the bindings.

Before 5.0, build on github was only building the modified addons, and then a build was triggered on jenkins for building all the addons and verify the integrations.

But is seems that Jenkins build was removed ? even then, as far as I remember full build on jenkins was around 15mn.

Tonight, I do a commit of an addon, and have to wait 67 mn before having the result.

Do you know if it’s a temporary situation ?
Does Jenkins will disapear definitively from build platform ?

Thanks,
Laurent

Both Jenkins and GitHub Actions used the same logic: if the changed files belong to one add-on it only builds that add-on otherwise it builds everything. So be careful with what files you change/add/delete in PRs.

Yes GitHub Actions has many advantages, it is more popular nowadays, free, takes less time to manage, scales better, can more easily be tested in your own fork, has a bigger eco system etc.