Try to look at https://docs.openstack.org/infra/jenkins-job-builder/
It allows to define jobs with yaml files, support job templating, allow to
use builder scripts as separate files (e.g. for codestyle checking)
четверг, 28 февраля 2019 г., 22:33:08 UTC+4 пользователь Matthias Apitz
написал:
>
>
Restart the Jenkins server is the safest and most reliable way to reload
modified job configurations.
There is a "Reload Configuration from Disc" in the "Manage Jenkins" page,
but it is not as safe or as reliable as restarting Jenkins (based on bug
reports to the Jenkins project).
Mark Waite
On
You could look at using the reload-job command in Jenkins CLI
(documentation: https://jenkins.io/doc/book/managing/cli/). Or
similarly, use the update-job command to read the updated job
configuration from standard input and use it to update the job, which
automatically includes refreshing the