From 0062390c4621642f56e57add27df121fb61fbe75 Mon Sep 17 00:00:00 2001 From: TSC21 Date: Thu, 24 Oct 2019 11:00:49 +0100 Subject: [PATCH] Jenkins CI: Colcon build on ROS2 Dashing workspace --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c5bb455d3b..5faee9cb62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,7 @@ pipeline { stage('Colcon build on ROS2 workspace') { agent { docker { - image 'px4io/px4-dev-ros2-bouncy:2019-10-24' + image 'px4io/px4-dev-ros2-dashing:2019-10-24' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } }