mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
Set a consistent set of options on Jenkins pipeline jobs. This includes timestamps, reasonable timeouts, saving only the last 10 builds (to avoid filling up the disk of the Jenkins master), disabling concurrent builds (to avoid hitting quota limits), and skipping the default checkout (all jobs that need the source call checkout() explicitly).