Browse Source

CI: be more descriptive regarding the catkin/colcon builds

sbg
TSC21 6 years ago committed by Nuno Marques
parent
commit
88a8957841
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -6,7 +6,7 @@ pipeline { @@ -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 { @@ -35,7 +35,7 @@ pipeline {
}
}
stage('Colcon') {
stage('Colcon build on ROS2 workspace') {
agent {
docker {
image 'px4io/px4-dev-ros2-bouncy:2018-11-22'

Loading…
Cancel
Save