Skip to content

Commit fa042e1

Browse files
Tailor: Updating Jenkinsfile
1 parent 9fb8203 commit fa042e1

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
@@ -2,13 +2,13 @@
22
@Library('tailor-meta@0.1.24')_
33
tailorTestPipeline(
44
// Name of job that generated this test definition.
5-
rosdistro_job: '/ci/rosdistro/master',
5+
rosdistro_job: '/ci/rosdistro/release%2F24.1',
66
// Distribution name
77
rosdistro_name: 'ros2',
88
// Release track to test branch against.
9-
release_track: 'hotdog',
9+
release_track: '24.1',
1010
// Release label to pull test images from.
11-
release_label: 'hotdog',
11+
release_label: '24.1-rc',
1212
// OS distributions to test.
1313
distributions: ['jammy'],
1414
// Version of tailor_meta to build against

0 commit comments

Comments
 (0)