Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Jenkins: update container tags; use px4-dev-base-bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 authored and dagar committed Nov 3, 2019
1 parent d76b704 commit 7eb9118
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand All @@ -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'
}
}
Expand Down Expand Up @@ -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'
}
}
Expand Down Expand Up @@ -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'
}
}
Expand All @@ -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'
}
}
Expand All @@ -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'
}
}
Expand Down

0 comments on commit 7eb9118

Please sign in to comment.