- job: name: jobs-updater node: master project-type: freestyle description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ \n

Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ \n

Title: Jenkins Jobs Update job
\ \nDescription: This job updates all other jobs from sahara-ci-config repo.
\ \nMaintainer: Sergey Kolekonov
" defaults: global disabled: false concurrent: false scm: - git: url: https://git.openstack.org/stackforge/sahara-ci-config branches: - "master" triggers: - pollscm: "* * * * * " builders: - shell: "jenkins-jobs update jenkins_job_builder"