Thanks to Esteban add-on on Smalltalkhub, it is now possible to notify Jenkins that there is a new package published for your project.
What we do for now is to poll very often (each minute) smalltalkub to check if there is an update. It is a big waste of resources!
Now we can do better! It would be very nice to update your jobs to now use the commit hook.

Here is the way to go:

In the end, the build is now triggered immediately after the commit (no more delay).

Christophe