From d1e7642b9ad91f3fb511ad2b063c17375a248d6c Mon Sep 17 00:00:00 2001 From: Peter van der Perk Date: Wed, 18 Aug 2021 08:25:18 +0200 Subject: [PATCH] [Kconfig] temporily updated github actions to latest to test CI --- Jenkinsfile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 145ea8ad89..d30a56004e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { // stage('Catkin build on ROS workspace') { // agent { // docker { - // image 'px4io/px4-dev-ros-melodic:2021-05-04' + // image 'px4io/px4-dev-ros-melodic:latest' // args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' // } // } @@ -56,7 +56,7 @@ pipeline { stage('Colcon build on ROS2 workspace') { agent { docker { - image 'px4io/px4-dev-ros2-foxy:2021-05-04' + image 'px4io/px4-dev-ros2-foxy:latest' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } @@ -85,7 +85,7 @@ pipeline { stage('Airframe') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh 'make distclean' @@ -105,7 +105,7 @@ pipeline { stage('Parameter') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh 'make distclean' @@ -125,7 +125,7 @@ pipeline { stage('Module') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh 'make distclean' @@ -145,7 +145,7 @@ pipeline { stage('msg file docs') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh 'mkdir -p build/msg_docs; ./msg/tools/generate_msg_docs.py -d build/msg_docs' @@ -164,7 +164,7 @@ pipeline { stage('uORB graphs') { agent { docker { - image 'px4io/px4-dev-nuttx-focal:2021-05-04' + image 'px4io/px4-dev-nuttx-focal:latest' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -194,7 +194,7 @@ pipeline { stage('Userguide') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh('export') @@ -228,7 +228,7 @@ pipeline { stage('QGroundControl') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh('export') @@ -256,7 +256,7 @@ pipeline { stage('microRTPS agent') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh('export') @@ -286,7 +286,7 @@ pipeline { stage('PX4 ROS msgs') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh('export') @@ -315,7 +315,7 @@ pipeline { stage('PX4 ROS2 bridge') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh('export') @@ -358,7 +358,7 @@ pipeline { stage('S3') { agent { - docker { image 'px4io/px4-dev-base-focal:2021-05-04' } + docker { image 'px4io/px4-dev-base-focal:latest' } } steps { sh('export')