diff --git a/Jenkinsfile b/Jenkinsfile index 024a1e41ab..971fc98884 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stage('Linux GCC') { agent { docker { - image 'px4io/px4-dev-base:2019-01-31' + image 'px4io/px4-dev-base-bionic:2019-10-24' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -27,7 +27,7 @@ pipeline { stage('Linux Clang') { agent { docker { - image 'px4io/px4-dev-clang:2019-01-31' + image 'px4io/px4-dev-clang:2019-10-24' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -74,7 +74,7 @@ pipeline { stage('coverage') { agent { docker { - image 'px4io/px4-dev-ecl:2019-01-31' + image 'px4io/px4-dev-base-bionic:2019-10-24' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -105,7 +105,7 @@ pipeline { stage('test') { agent { docker { - image 'px4io/px4-dev-ecl:2019-01-31' + image 'px4io/px4-dev-base-bionic:2019-10-24' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -122,7 +122,7 @@ pipeline { stage('doxygen') { agent { docker { - image 'px4io/px4-dev-base:2019-01-31' + image 'px4io/px4-dev-base-bionic:2019-10-24' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } } @@ -148,7 +148,7 @@ pipeline { stage('PX4/Firmware build') { agent { docker { - image 'px4io/px4-dev-base:2019-01-31' + image 'px4io/px4-dev-base-bionic:2019-10-24' args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } }