18 lines
658 B
YAML
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
|