1 parent 164fef4 commit 082b650Copy full SHA for 082b650
1 file changed
Jenkinsfile
@@ -1,5 +1,5 @@
1
#!/usr/bin/env groovy
2
-@Library('tailor-meta@0.2.8')_
+@Library('tailor-meta@0.2.9')_
3
tailorTestPipeline(
4
// Name of job that generated this test definition.
5
rosdistro_job: '/ci/rosdistro/release%2F26.0',
@@ -12,7 +12,7 @@ tailorTestPipeline(
12
// OS distributions to test.
13
distributions: ['jammy', 'noble'],
14
// Version of tailor_meta to build against
15
- tailor_meta: '0.2.8',
+ tailor_meta: '0.2.9',
16
// Master or release branch associated with this track
17
source_branch: 'release/26.0/ros1',
18
// Docker registry where test image is stored
0 commit comments