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 ccc54ee commit 7b9b8abCopy full SHA for 7b9b8ab
Jenkinsfile
@@ -1,5 +1,5 @@
1
#!/usr/bin/env groovy
2
-@Library('tailor-meta@0.2.2')_
+@Library('tailor-meta@0.2.3')_
3
tailorTestPipeline(
4
// Name of job that generated this test definition.
5
rosdistro_job: '/ci/rosdistro/master',
@@ -12,9 +12,9 @@ tailorTestPipeline(
12
// OS distributions to test.
13
distributions: ['jammy', 'noble'],
14
// Version of tailor_meta to build against
15
- tailor_meta: '0.2.2',
+ tailor_meta: '0.2.3',
16
// Master or release branch associated with this track
17
source_branch: 'devel',
18
// Docker registry where test image is stored
19
docker_registry: 'https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor'
20
-)
+)
0 commit comments