Browse Source

Jenkins update cppcheck to px4-dev-base:2018-08-23 with fixed python dependencies

sbg
Daniel Agar 7 years ago
parent
commit
b39a3664bd
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -115,7 +115,7 @@ pipeline {
stage('cppcheck') { stage('cppcheck') {
agent { agent {
docker { 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' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }

Loading…
Cancel
Save