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