From f55dde3288cad2e7458e1cc2da9e6c1a525f5258 Mon Sep 17 00:00:00 2001 From: locus-services <33065330+locus-services@users.noreply.github.com> Date: Sat, 3 Aug 2024 04:58:07 -0400 Subject: [PATCH] Tailor: Updating Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6e1b1bc77..8e1c8c262 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.1', + rosdistro_job: '/ci/rosdistro/master', // Distribution name rosdistro_name: 'ros2', // Release track to test branch against. - release_track: '24.1', + release_track: 'hotdog', // Release label to pull test images from. - release_label: '24.1-rc', + release_label: 'hotdog', // OS distributions to test. distributions: ['jammy'], // Version of tailor_meta to build against