Jenkins CI: Colcon build on ROS2 Dashing workspace

This commit is contained in:
TSC21 2019-10-24 11:00:49 +01:00 committed by Daniel Agar
parent 12c0d198ae
commit 471bc23a9f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'
}
}