Files
sahara-ci-config/jenkins_job_builder/sahara-ui.yaml
Denis Egorenko fdbca48154 Replacing all 'savanna' names to 'sahara'
Change-Id: I431107508c70f9dd08e17a25dc660d91dacd45e0
2014-07-29 12:29:45 +04:00

34 lines
1.2 KiB
YAML

- job:
name: gate-ui-tests
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://github.com/stackforge/sahara-ci-config\">https://github.com/stackforge/sahara-ci-config</a></b>\
\n<p><b>Title</b>: Tests for Sahara dashboard<br/>\
\n<b>Description</b>: This job installs Sahara-dashboard and run selenium tests.<br/>\
\n<b>Maintainer</b>: Vadim Rovachev<br/>"
node: ui
disabled: false
concurrent: false
properties:
- zeromq-event
builders:
- gerrit-git-prep
- shell: "rm -rf sahara-ci-config\
\ngit clone https://github.com/stackforge/sahara-ci-config\
\nbash -x sahara-ci-config/slave-scripts/gate-ui-tests.sh"
publishers:
- console-log
- workspace-cleanup:
dirmatch: true
fail-build: false
clean-if:
- success: true
- not-built: true
- unstable: true
- failure: true
- aborted: true