sahara-ci-config/jenkins_job_builder/sahara-ci-check.yaml
Sergey Kolekonov abd2ef8c84 Improve shell scripts style
Change-Id: I5a4b800262c6afff78cd021cae6f6f5bb596c49c
2015-02-10 15:33:39 +03:00

18 lines
658 B
YAML

- job:
name: sahara-ci-syntax-check
project-type: freestyle
defaults: global
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>This job check syntax in *.yaml, *.sh, *.py files"
disabled: false
concurrent: false
node: master
builders:
- gerrit-git-prep
- shell: "bash /opt/ci/jenkins-jobs/sahara-ci-syntax-check.sh"
publishers:
- console-log