Skip to content

Commit

Permalink
Tailor: Updating Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
locus-services committed Oct 21, 2023
1 parent 9d6e972 commit 07f9359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -1,5 +1,5 @@
#!/usr/bin/env groovy
@Library('tailor-meta@0.1.23')_
@Library('tailor-meta@0.1.24')_
tailorTestPipeline(
// Name of job that generated this test definition.
rosdistro_job: '/ci/rosdistro/master',
Expand All @@ -12,7 +12,7 @@ tailorTestPipeline(
// OS distributions to test.
distributions: ['focal', 'jammy'],
// Version of tailor_meta to build against
tailor_meta: '0.1.23',
tailor_meta: '0.1.24',
// Master or release branch associated with this track
source_branch: 'test_pip_cache_purge',
// Docker registry where test image is stored
Expand Down

0 comments on commit 07f9359

Please sign in to comment.