sahara-ci-config/jenkins_job_builder/update-config.yaml

25 lines
918 B
YAML

- job:
name: update-config
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://github.com/stackforge/sahara-ci-config\">https://github.com/stackforge/sahara-ci-config</a></b>\
\n<p><b>Title</b>: Update job for Zuul and Nodepool <br/>\
\n<b>Description</b>: This job updates Zuul and Nodepool configs from sahara-ci-config repo. <br/>\
\n<b>Maintainer</b>: Sergey Kolekonov<br/>"
defaults: global
disabled: false
concurrent: false
scm:
- git:
url: https://github.com/stackforge/sahara-ci-config.git
branches:
- "master"
triggers:
- pollscm: "* * * * * "
builders:
- shell: "bash $WORKSPACE/scripts/update_config.sh"