diff --git a/Jenkinsfile b/Jenkinsfile index ed91169f1..07b784a78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -@Library('tailor-meta@0.1.21')_ +@Library('tailor-meta@0.1.23')_ tailorTestPipeline( // Name of job that generated this test definition. rosdistro_job: '/ci/rosdistro/master', @@ -12,7 +12,7 @@ tailorTestPipeline( // OS distributions to test. distributions: ['focal', 'jammy'], // Version of tailor_meta to build against - tailor_meta: '0.1.21', + tailor_meta: '0.1.23', // Master or release branch associated with this track source_branch: 'devel', // Docker registry where test image is stored