From b793e2029a8796d31618593a89ba5d3afe60507b Mon Sep 17 00:00:00 2001 From: Gary Servin Date: Wed, 23 Oct 2024 19:07:08 -0300 Subject: [PATCH] Remove Jenkinsfile --- Jenkinsfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 918ecf3b9..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: 'ros1', - // 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: 'devel', - // 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