update docker images to 2018-11-22 tag

- keeping nuttx and armhf compile jobs on 2018-09-11 for now
This commit is contained in:
Daniel Agar
2018-11-25 10:29:42 -05:00
parent d42edfc612
commit 2c33a937dd
5 changed files with 32 additions and 33 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ pipeline {
stage('code coverage (python)') {
agent {
docker {
image 'px4io/px4-dev-base:2018-09-11'
image 'px4io/px4-dev-base:2018-11-22'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw --cap-add SYS_PTRACE'
}
}
@@ -169,7 +169,7 @@ pipeline {
stage('unit tests') {
agent {
docker {
image 'px4io/px4-dev-base:2018-09-11'
image 'px4io/px4-dev-base:2018-11-22'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw --cap-add SYS_PTRACE'
}
}