From 01eb27c703fa96a7edcf8bdaf437efd9c4e02d69 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 25 Mar 2022 15:07:20 -0400 Subject: [PATCH] Jenkinsfile-compile: skip px4_sitl_rtps for now --- .ci/Jenkinsfile-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index 44936a53e8..7692daff24 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -28,7 +28,7 @@ pipeline { ] def base_builds = [ - target: ["px4_sitl_rtps"], + target: ["px4_sitl_default"], image: docker_images.base, archive: false ]