616a5be505
Change-Id: I347fd9e44cdec091a83da71e60dab001455ced8c
25 lines
913 B
YAML
25 lines
913 B
YAML
- job:
|
|
name: jobs-updater
|
|
node: master
|
|
project-type: freestyle
|
|
description: "<b>This job is managed by Jenkins Job Builder, do not edit it through WebUI.\
|
|
\n<p>Please use this repository to make changes: <a href=\"https://git.openstack.org/stackforge/sahara-ci-config\">https://git.openstack.org/stackforge/sahara-ci-config</a></b>\
|
|
\n<p><b>Title</b>: Jenkins Jobs Update job <br/>\
|
|
\n<b>Description</b>: This job updates all other jobs from sahara-ci-config repo. <br/>\
|
|
\n<b>Maintainer</b>: Sergey Kolekonov<br/>"
|
|
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"
|