From 929f96639c0b9d14a1fe42b5338a9657203183d1 Mon Sep 17 00:00:00 2001 From: locus-services <33065330+locus-services@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:48:31 -0500 Subject: [PATCH] Tailor: Updating Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9635e8f..d15d234 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -@Library('tailor-meta@test-kal')_ +@Library('tailor-meta@kal-1')_ tailorTestPipeline( // Name of job that generated this test definition. rosdistro_job: '/ci/rosdistro/feature%2Ftest-kal', @@ -12,7 +12,7 @@ tailorTestPipeline( // OS distributions to test. distributions: ['jammy'], // Version of tailor_meta to build against - tailor_meta: 'test-kal', + tailor_meta: 'kal-1', // Master or release branch associated with this track source_branch: 'devel', // Docker registry where test image is stored