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 b8c0735 commit 031846dCopy full SHA for 031846d
Jenkinsfile
@@ -1,8 +1,8 @@
1
#!/usr/bin/env groovy
2
-@Library('tailor-meta@0.1.24')_
+@Library('tailor-meta@test-kal')_
3
tailorTestPipeline(
4
// Name of job that generated this test definition.
5
- rosdistro_job: '/ci/rosdistro/master',
+ rosdistro_job: '/ci/rosdistro/feature%2Ftest-kal',
6
// Distribution name
7
rosdistro_name: 'ros1',
8
// Release track to test branch against.
@@ -12,7 +12,7 @@ tailorTestPipeline(
12
// OS distributions to test.
13
distributions: ['jammy'],
14
// Version of tailor_meta to build against
15
- tailor_meta: '0.1.24',
+ tailor_meta: 'test-kal',
16
// Master or release branch associated with this track
17
source_branch: 'master',
18
// Docker registry where test image is stored
0 commit comments