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 28, 2024
1 parent 3af1647 commit d9d92f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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: 'ros1',
// Release track to test branch against.
Expand All @@ -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
Expand Down

0 comments on commit d9d92f3

Please sign in to comment.