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 Jun 18, 2024
1 parent 12be21c commit 32aae32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
@Library('[email protected]')_
tailorTestPipeline(
// Name of job that generated this test definition.
rosdistro_job: '/ci/rosdistro/master',
rosdistro_job: '/ci/rosdistro/release%2F24.1',
// Distribution name
rosdistro_name: 'ros1',
// Release track to test branch against.
release_track: 'hotdog',
release_track: '24.1',
// Release label to pull test images from.
release_label: 'hotdog',
release_label: '24.1-rc',
// OS distributions to test.
distributions: ['jammy'],
// Version of tailor_meta to build against
tailor_meta: '0.1.24',
// Master or release branch associated with this track
source_branch: 'devel',
source_branch: 'release/24.1/ros1',
// Docker registry where test image is stored
docker_registry: 'https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor'
)

0 comments on commit 32aae32

Please sign in to comment.