Jenkins update cppcheck to px4io/px4-dev-base:2018-08-21 (ubuntu 18.04)

This commit is contained in:
Daniel Agar
2018-08-21 14:38:27 -04:00
parent f62e89638f
commit 0935354c0a
Vendored
+1 -1
View File
@@ -115,7 +115,7 @@ pipeline {
stage('cppcheck') {
agent {
docker {
image 'px4io/px4-dev-base:ubuntu17.10'
image 'px4io/px4-dev-base:2018-08-21'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}