Hi, at work we are running some HPC jobs behind a secure environment, sometimes offline (multiple HPCs, different policies).<p>We investigated using Jenkins and if there was a lite version (no blue ocean, less plugins, hardened or simpler security) we would probably be able to use it... but for now we are launching jobs with cron from one VM, using a service account.<p>I am looking at Spinnaker as a possible interface for these builds as it supports cron as trigger, but maybe others here have better ideas? Thanks!
woodpecker ci has multi-user webinterface, can be hooked up with multiple auth provider and multiple worker agents. it also supports cron:
<a href="https://woodpecker-ci.org/docs/usage/cron" rel="nofollow">https://woodpecker-ci.org/docs/usage/cron</a>