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 Dec 12, 2018
1 parent 538e260 commit b5bb241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env groovy
@Library('[email protected].5')_
@Library('[email protected].6')_
tailorTestPipeline(
rosdistro: 'ros1',
// Release track to test branch against.
Expand All @@ -9,7 +9,7 @@ tailorTestPipeline(
// Bundle flavour to test against.
flavour: 'dev',
// Branch of tailor_meta to build against
meta_branch: '0.0.5',
meta_branch: '0.0.6',
// Master branch of this repo, to determine whether to automatically trigger builds
master_branch: 'devel'
)

0 comments on commit b5bb241

Please sign in to comment.