fuel-ccp-ci-config/jenkins-tp/jobs/build-job-template.yaml
Artur Zarzycki 70981cac42 First version 3rd party CI configuration
Change-Id: I54d05577089a0d7accffe55edae35eca42ed54b5
2016-07-18 12:17:04 +02:00

19 lines
377 B
YAML

#
# Template used to execute tox tests
#
- job-template:
name: test-build-{component}
builders:
- get-from-zuul-container
- build-image:
component: '{component}'
repos: '{repos}'
concurrent: true
description: |
Test build {component} image job
node: standard
wrappers:
- ng-cleanup
triggers:
- zuul