From 729980f1d6d49aea454742e01e946b9e8dab2ec4 Mon Sep 17 00:00:00 2001 From: locus-services <33065330+locus-services@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:41:04 -0400 Subject: [PATCH] Tailor: Updating Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e415c619b..6e1b1bc77 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/release%2F24.2', + rosdistro_job: '/ci/rosdistro/release%2F24.1', // Distribution name rosdistro_name: 'ros2', // Release track to test branch against. - release_track: '24.2', + release_track: '24.1', // Release label to pull test images from. - release_label: '24.2-rc', + release_label: '24.1-rc', // OS distributions to test. distributions: ['jammy'], // Version of tailor_meta to build against