Browse Source

Jenkins: update docker image (#8286)

sbg
Julien Lecoeur 7 years ago committed by Daniel Agar
parent
commit
ef906d08d3
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'px4io/px4-dev-simulation:2017-09-26'
image 'px4io/px4-dev-simulation:2017-10-23'
args '--env CCACHE_DISABLE=1 --env CI=true'
}
}

Loading…
Cancel
Save