Skip to content

Instantly share code, notes, and snippets.

@mika
Created February 11, 2014 09:44
Show Gist options
  • Save mika/8fab6a390cfb96aaf952 to your computer and use it in GitHub Desktop.
Save mika/8fab6a390cfb96aaf952 to your computer and use it in GitHub Desktop.
jenkins-job-builder demo
- project:
name: test_custom_distri
distributions: !!python/tuple [precise, jessie]
jobs:
- '{name}-source'
- job-template:
name: '{name}-source'
project-type: matrix
axes:
- axis:
type: user-defined
name: distribution
values: '{distributions}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment