Skip to content

Commit 031846d

Browse files
Tailor: Updating Jenkinsfile
1 parent b8c0735 commit 031846d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env groovy
2-
@Library('tailor-meta@0.1.24')_
2+
@Library('tailor-meta@test-kal')_
33
tailorTestPipeline(
44
// Name of job that generated this test definition.
5-
rosdistro_job: '/ci/rosdistro/master',
5+
rosdistro_job: '/ci/rosdistro/feature%2Ftest-kal',
66
// Distribution name
77
rosdistro_name: 'ros1',
88
// Release track to test branch against.
@@ -12,7 +12,7 @@ tailorTestPipeline(
1212
// OS distributions to test.
1313
distributions: ['jammy'],
1414
// Version of tailor_meta to build against
15-
tailor_meta: '0.1.24',
15+
tailor_meta: 'test-kal',
1616
// Master or release branch associated with this track
1717
source_branch: 'master',
1818
// Docker registry where test image is stored

0 commit comments

Comments
 (0)