From 81eabc1903dad5fd68fa1b9eb3e8244fce71ada1 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 29 Jan 2019 16:00:31 -0500 Subject: [PATCH] Jenkins update all containers to latest tag 2019-01-28 --- Jenkinsfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8caec01401..c5f331d8f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stage('Linux GCC') { agent { docker { - image 'px4io/px4-dev-base:2017-12-30' + image 'px4io/px4-dev-base:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -27,7 +27,7 @@ pipeline { stage('Linux Clang') { agent { docker { - image 'px4io/px4-dev-clang:2017-12-30' + image 'px4io/px4-dev-clang:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -74,7 +74,7 @@ pipeline { stage('coverage') { agent { docker { - image 'px4io/px4-dev-ecl:2018-04-22' + image 'px4io/px4-dev-ecl:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -105,7 +105,7 @@ pipeline { stage('EKF pytest') { agent { docker { - image 'px4io/px4-dev-ecl:2018-04-22' + image 'px4io/px4-dev-ecl:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -123,7 +123,7 @@ pipeline { stage('test') { agent { docker { - image 'px4io/px4-dev-ecl:2018-04-22' + image 'px4io/px4-dev-ecl:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -140,7 +140,7 @@ pipeline { stage('test (asan)') { agent { docker { - image 'px4io/px4-dev-ecl:2018-04-22' + image 'px4io/px4-dev-ecl:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -157,7 +157,7 @@ pipeline { stage('doxygen') { agent { docker { - image 'px4io/px4-dev-base:2018-03-30' + image 'px4io/px4-dev-base:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -183,7 +183,7 @@ pipeline { stage('PX4/Firmware build') { agent { docker { - image 'px4io/px4-dev-base:2018-03-30' + image 'px4io/px4-dev-base:2019-01-28' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } }