Browse Source

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

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

2
Jenkinsfile vendored

@ -115,7 +115,7 @@ pipeline { @@ -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'
}
}

Loading…
Cancel
Save