From 39a71ca3828e4d6356bf6969638ea09bbb03850c Mon Sep 17 00:00:00 2001 From: locus-services <33065330+locus-services@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:10:40 -0500 Subject: [PATCH] Tailor: Updating Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index db8422b..930ea4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ #!/usr/bin/env groovy -@Library('tailor-meta@0.1.24')_ +@Library('tailor-meta@test-kal')_ tailorTestPipeline( // Name of job that generated this test definition. - rosdistro_job: '/ci/rosdistro/master', + rosdistro_job: '/ci/rosdistro/feature%2Ftest-kal', // Distribution name rosdistro_name: 'ros2', // Release track to test branch against. @@ -12,7 +12,7 @@ tailorTestPipeline( // OS distributions to test. distributions: ['jammy'], // Version of tailor_meta to build against - tailor_meta: '0.1.24', + tailor_meta: 'test-kal', // Master or release branch associated with this track source_branch: 'master', // Docker registry where test image is stored