From 1acb0d3900d62a41f63c84d34c4f18f91d84644b Mon Sep 17 00:00:00 2001 From: locus-services <33065330+locus-services@users.noreply.github.com> Date: Sun, 22 Sep 2024 05:08:37 -0400 Subject: [PATCH] Tailor: Updating Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8e1c8c26..e415c619 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,13 +2,13 @@ @Library('tailor-meta@0.1.24')_ tailorTestPipeline( // Name of job that generated this test definition. - rosdistro_job: '/ci/rosdistro/master', + rosdistro_job: '/ci/rosdistro/release%2F24.2', // Distribution name rosdistro_name: 'ros2', // Release track to test branch against. - release_track: 'hotdog', + release_track: '24.2', // Release label to pull test images from. - release_label: 'hotdog', + release_label: '24.2-rc', // OS distributions to test. distributions: ['jammy'], // Version of tailor_meta to build against