bump Docker container tags to 2019-11-25

This commit is contained in:
TSC21
2019-11-29 09:58:52 +00:00
committed by Nuno Marques
parent 0cb1b250e9
commit d447f15ac6
9 changed files with 55 additions and 52 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ pipeline {
stage('Build') {
agent {
docker {
image 'px4io/px4-dev-ros-melodic:2019-11-22'
image 'px4io/px4-dev-ros-melodic:2019-11-25'
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:2019-11-22").inside('-e HOME=${WORKSPACE}') {
docker.image("px4io/px4-dev-ros-melodic:2019-11-25").inside('-e HOME=${WORKSPACE}') {
stage(test_def.name) {
def run_script = test_def.get('run_script', 'rostest_px4_run.sh')
def test_ok = true