From 777cc25dd1bf8dbd0a3b23b38847ee149362f068 Mon Sep 17 00:00:00 2001 From: Gary Servin Date: Thu, 31 Oct 2024 16:39:16 +0100 Subject: [PATCH] Remove Jenkinsfile for public branches (#383) --- Jenkinsfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Jenkinsfile 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