From 2491548a0f63a54f328353fe1d2589b2dfac64f4 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Mon, 26 Feb 2024 14:00:51 +0100 Subject: [PATCH] Jenkinsfile: correct typo, missing comma Introduced in 2c81c9fdea0f589f4021a549d86969dc317327fa --- .ci/Jenkinsfile-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index a34c640844..04c8c210b9 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -120,7 +120,7 @@ pipeline { "px4_fmu-v6xrt_rover", "px4_io-v2_default", "raspberrypi_pico_default", - "siyi_n7_default" + "siyi_n7_default", "sky-drones_smartap-airlink_default", "spracing_h7extreme_default", "thepeach_k1_default",