diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 8080c5a0c..000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env groovy -@Library('tailor-meta@0.1.24')_ -tailorTestPipeline( - // Name of job that generated this test definition. - rosdistro_job: '/ci/rosdistro/master', - // Distribution name - rosdistro_name: 'ros2', - // Release track to test branch against. - release_track: 'hotdog', - // Release label to pull test images from. - release_label: 'hotdog', - // 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: 'rolling', - // Docker registry where test image is stored - docker_registry: 'https://084758475884.dkr.ecr.us-east-1.amazonaws.com/locus-tailor' -) \ No newline at end of file