We have a couple of cron jobs running some tests overnight.
Before the UI update, we could see them in the build list.
After the UI update, we can see neither historical cron builds, nor the new ones that are maybe running.
The cron jobs still show up under Settings → Cron Jobs, and the next scheduled execution time does go up every day.
I’ve added a couple new ones to the list as a test, it looks like the format is different, and you can now no longer specify jobs in the cron format, which is a bummer, but you also can’t say ‘run at 2am every day’, which is a pain.
The additional run I added for dev-test that triggers @hourly isn’t showing up in the builds list either, so it looks like this isn’t a new vs old schedule thing.
Indeed I noticed the same behavior which is a very confusing UI change. As a viewer I get the impression that the build was run because a commit was pushed when actually it was a scheduled build. This was better in Drone 1 UI.
Edit: I stand corrected as per Brads reply, thanks a lot!