project-config/jenkins/jobs/dox.yaml
Paul Belanger 960d77260d
Rename gate-dox-docker-save to gate-dox-buildimages-nv
Also move job into check pipeline for more testing.  And revoke sudo,
as it is not needed.

Change-Id: Ib8abea99418eba45e5234cc6d2a72b5260cc3afd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-04-28 11:54:18 -04:00

22 lines
390 B
YAML

- job:
name: 'gate-dox-buildimages-nv'
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- zuul-git-prep
- install-distro-packages
- extra-test-setup
- revoke-sudo
- shell: |
#!/bin/bash -ex
./tools/tarball.sh
publishers:
- test-results
- console-log