Skip to content

Commit 7b9b8ab

Browse files
Tailor: Updating Jenkinsfile
1 parent ccc54ee commit 7b9b8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
@Library('tailor-meta@0.2.2')_
2+
@Library('tailor-meta@0.2.3')_
33
tailorTestPipeline(
44
// Name of job that generated this test definition.
55
rosdistro_job: '/ci/rosdistro/master',
@@ -12,9 +12,9 @@ tailorTestPipeline(
1212
// OS distributions to test.
1313
distributions: ['jammy', 'noble'],
1414
// Version of tailor_meta to build against
15-
tailor_meta: '0.2.2',
15+
tailor_meta: '0.2.3',
1616
// Master or release branch associated with this track
1717
source_branch: 'devel',
1818
// Docker registry where test image is stored
1919
docker_registry: 'https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor'
20-
)
20+
)

0 commit comments

Comments
 (0)