Unverified Commit 15cf2164 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

Jenkins docker linux & android switch to 2018-06-08 tag (#6581)

parent 5bdc29c8
......@@ -13,7 +13,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-android:2018-06-07'
image 'mavlink/qgc-build-android:2018-06-08'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -42,7 +42,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-06-07'
image 'mavlink/qgc-build-linux:2018-06-08'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -71,7 +71,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-06-07'
image 'mavlink/qgc-build-linux:2018-06-08'
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