Commit a60daa63 authored by Daniel Agar's avatar Daniel Agar

Jenkins update to latest containers (2019-02-03)

parent 2fa7a58e
......@@ -13,7 +13,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-android:2018-06-08'
image 'mavlink/qgc-build-android:2019-02-03'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -42,7 +42,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-06-08'
image 'mavlink/qgc-build-linux:2019-02-03'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -72,7 +72,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-06-07'
image 'mavlink/qgc-build-linux:2019-02-03'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -101,7 +101,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-06-08'
image 'mavlink/qgc-build-linux:2019-02-03'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -134,7 +134,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-06-07'
image 'mavlink/qgc-build-linux:2019-02-03'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment