From 32aae32a0fa8f50e9aab269bae555f5a169d4f9d Mon Sep 17 00:00:00 2001 From: locus-services <33065330+locus-services@users.noreply.github.com> Date: Tue, 18 Jun 2024 05:56:36 -0400 Subject: [PATCH] Tailor: Updating Jenkinsfile --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 918ecf3b9..5c9faea76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,19 +2,19 @@ @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.1', // Distribution name rosdistro_name: 'ros1', // Release track to test branch against. - release_track: 'hotdog', + release_track: '24.1', // Release label to pull test images from. - release_label: 'hotdog', + release_label: '24.1-rc', // OS distributions to test. distributions: ['jammy'], // Version of tailor_meta to build against tailor_meta: '0.1.24', // Master or release branch associated with this track - source_branch: 'devel', + source_branch: 'release/24.1/ros1', // Docker registry where test image is stored docker_registry: 'https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor' ) \ No newline at end of file