project-config/jenkins/jobs/rst2bash.yaml
Pranav Salunke d1af87e5ba rst2bash: Remove revoke-sudo from the jenkins job.
Change-Id: Ifa9929a8d195e5fa45fe41bb9ef186b827299432
2017-01-12 10:58:47 +01:00

14 lines
302 B
YAML

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