Skip to content

Commit 8a6f010

Browse files
Tailor: Updating Jenkinsfile
1 parent 6a9a61d commit 8a6f010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
@Library('[email protected].20')_
2+
@Library('[email protected].21')_
33
tailorTestPipeline(
44
// Name of job that generated this test definition.
55
rosdistro_job: '/ci/rosdistro/master',
@@ -12,7 +12,7 @@ tailorTestPipeline(
1212
// OS distributions to test.
1313
distributions: ['focal', 'jammy'],
1414
// Version of tailor_meta to build against
15-
tailor_meta: '0.1.20',
15+
tailor_meta: '0.1.21',
1616
// Master or release branch associated with this track
1717
source_branch: 'devel',
1818
// Docker registry where test image is stored

0 commit comments

Comments
 (0)