We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f8e5 commit 033d4adCopy full SHA for 033d4ad
Jenkinsfile
@@ -2,13 +2,13 @@
2
@Library('tailor-meta@0.1.24')_
3
tailorTestPipeline(
4
// Name of job that generated this test definition.
5
- rosdistro_job: '/ci/rosdistro/master',
+ rosdistro_job: '/ci/rosdistro/release%2F24.1',
6
// Distribution name
7
rosdistro_name: 'ros2',
8
// Release track to test branch against.
9
- release_track: 'hotdog',
+ release_track: '24.1',
10
// Release label to pull test images from.
11
- release_label: 'hotdog',
+ release_label: '24.1-rc',
12
// OS distributions to test.
13
distributions: ['jammy'],
14
// Version of tailor_meta to build against
0 commit comments