Skip to content
Snippets Groups Projects
Commit 88a89578 authored by TSC21's avatar TSC21 Committed by Nuno Marques
Browse files

CI: be more descriptive regarding the catkin/colcon builds

parent 5ab2babe
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ pipeline {
parallel {
stage('Catkin') {
stage('Catkin build on ROS workspace') {
agent {
docker {
image 'px4io/px4-dev-ros:2018-11-22'
......@@ -35,7 +35,7 @@ pipeline {
}
}
stage('Colcon') {
stage('Colcon build on ROS2 workspace') {
agent {
docker {
image 'px4io/px4-dev-ros2-bouncy:2018-11-22'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment