From b39a3664bd6a5535b3deddbc57a0315887882b2a Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 23 Aug 2018 10:40:39 -0400 Subject: [PATCH] Jenkins update cppcheck to px4-dev-base:2018-08-23 with fixed python dependencies --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a11359b29..89d7447827 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -115,7 +115,7 @@ pipeline { stage('cppcheck') { agent { docker { - image 'px4io/px4-dev-base:2018-08-21' + image 'px4io/px4-dev-base:2018-08-23' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' } }