Re: configuration of jobs maintained in SVN

2019-02-28 Thread DmitryB
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 написал: > >

Re: configuration of jobs maintained in SVN

2019-02-28 Thread Mark Waite
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

Re: configuration of jobs maintained in SVN

2019-02-28 Thread Eric Pyle
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