project-config/jenkins/jobs/rst2bash.yaml
Pranav Salunke c287b3e66b Create project rst2bash
Rst2bash is a parser which creates Bash code from RST. Install guides
will be automatically parsed to Bash and training-labs is used to
validate generated Bash code.

Needed-By: Ie38a69fb2a64216122f2a9feffdf35218356453f
Change-Id: Ibbafbaae49279acf2bf63e5cdd19b1f0433f826d
2016-12-19 17:31:12 +01:00

15 lines
322 B
YAML

- job-template:
name: 'gate-labs-ig-cluster-{hypervisor}-{distro}{suffix}'
node: 'ubuntu-xenial'
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- shell:
#!/bin/bash -xe
./tools/cluster {hypervisor} {distro}
publishers:
- console-log