Skip to content

Commit

Permalink
Tailor: Updating Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
locus-services committed Aug 26, 2018
1 parent 4e087a9 commit d90eec7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
@Library('tailor-meta@master')_
tailorTestPipeline(
rosdistro: 'ros1',
// Release track to test branch against.
release_track: 'hotdog',
// OS distributions to test.
distributions: ['xenial'],
// Bundle flavour to test against.
flavour: 'dev',
meta_branch: 'master'
// Branch of tailor_meta to build against
meta_branch: 'master',
// Master branch of this repo, to determine whether to automatically trigger builds
master_branch: 'devel'
)

0 comments on commit d90eec7

Please sign in to comment.