Skip to content

Commit

Permalink
Tailor: Updating Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
locus-services committed Nov 29, 2024
1 parent d4db88e commit 929f966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 929f966

Please sign in to comment.