Commit 32716b43 authored by Daniel Agar's avatar Daniel Agar

Jenkins update to linux and android docker 2018-04-14

parent 3728a25d
......@@ -11,7 +11,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux'
image 'mavlink/qgc-build-linux:2018-04-14'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -34,7 +34,7 @@ pipeline {
}
agent {
docker {
image 'mavlink/qgc-build-linux'
image 'mavlink/qgc-build-linux:2018-04-14'
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