Jenkins: move "Cppcheck" stage to ROS Melodic container, as cppcheck-hmtlreport requires Python (2) pygments

This commit is contained in:
TSC21 2020-01-14 10:46:16 +00:00 committed by Nuno Marques
parent 84f3cb74aa
commit 8505dddba3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -378,7 +378,7 @@ pipeline {
stage('Cppcheck') {
agent {
docker {
image 'px4io/px4-dev-base-bionic:2020-01-13'
image 'px4io/px4-dev-ros-melodic:2020-01-13'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}