CI: bump container tags to 2020-03-16

This commit is contained in:
TSC21
2020-03-16 15:55:08 +00:00
committed by Nuno Marques
parent 1ea5280299
commit 6598ce5a46
14 changed files with 60 additions and 60 deletions

View File

@@ -8,7 +8,7 @@ pipeline {
stage('Build') {
agent {
docker {
image 'px4io/px4-dev-ros-melodic:2020-01-13'
image 'px4io/px4-dev-ros-melodic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
}
}
@@ -130,7 +130,7 @@ def createTestNode(Map test_def) {
return {
node {
cleanWs()
docker.image("px4io/px4-dev-ros-melodic:2020-01-13").inside('-e HOME=${WORKSPACE}') {
docker.image("px4io/px4-dev-ros-melodic:2020-03-16").inside('-e HOME=${WORKSPACE}') {
stage(test_def.name) {
def run_script = test_def.get('run_script', 'rostest_px4_run.sh')
def test_ok = true