Skip to content

Commit

Permalink
fix Jenkinsfile-compile missing comma and sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Oct 1, 2024
1 parent dbf51da commit 19441a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile-compile
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ pipeline {
"av_x-v1_default",
"bitcraze_crazyflie21_default",
"bitcraze_crazyflie_default",
"cuav_7-nano_default",
"cuav_can-gps-v1_canbootloader",
"cuav_can-gps-v1_default",
"cuav_nora_default",
"cuav_x7pro_default",
"cuav_7-nano_default"
"cubepilot_cubeorange_default",
"cubepilot_cubeorangeplus_default",
"cubepilot_cubeyellow_default",
Expand Down Expand Up @@ -131,10 +131,10 @@ pipeline {
"thepeach_k1_default",
"thepeach_r1_default",
"uvify_core_default",
"x-mav_ap-h743v2_default",
"zeroone_x6_bootloader",
"zeroone_x6_default",
"zeroone_x6_rover",
"x-mav_ap-h743v2_default",
],
image: docker_images.nuttx,
archive: true
Expand Down

0 comments on commit 19441a1

Please sign in to comment.