We are running a jenkins build service at https://builder.acc.gsi.de
It provides multiple build configuration. The current configurations can be seen in the webinterface. For example at the beginning of 2019 we had el6, el7, el7jdk11 instances.
Project Config
Source Code Management
Git checkouts from protected git.acc.gsi.de projects can use the cibuild credentials via https.
Build Triggers
Default is SCM polling. Schedule "H * * * *". That is poll the SCM every hour if something changed. In Addition a periodic build, Schedule "H H * * H". That is at least build once per week.
Guideline: