mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 19:57:12 +08:00
CI: be more descriptive regarding the catkin/colcon builds
This commit is contained in:
Vendored
+2
-2
@@ -6,7 +6,7 @@ pipeline {
|
|||||||
|
|
||||||
parallel {
|
parallel {
|
||||||
|
|
||||||
stage('Catkin') {
|
stage('Catkin build on ROS workspace') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2018-11-22'
|
image 'px4io/px4-dev-ros:2018-11-22'
|
||||||
@@ -35,7 +35,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Colcon') {
|
stage('Colcon build on ROS2 workspace') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros2-bouncy:2018-11-22'
|
image 'px4io/px4-dev-ros2-bouncy:2018-11-22'
|
||||||
|
|||||||
Reference in New Issue
Block a user