Browse Source

Jenkins uorb graphs set docker arguments

sbg
Daniel Agar 7 years ago
parent
commit
37e3234e49
  1. 5
      Jenkinsfile

5
Jenkinsfile vendored

@ -624,7 +624,10 @@ pipeline {
stage('uorb graphs') { stage('uorb graphs') {
agent { agent {
docker { image 'px4io/px4-dev-nuttx:2017-12-30' } docker {
image 'px4io/px4-dev-nuttx:2017-12-30'
args '-e CI=true -e CCACHE_BASEDIR=$WORKSPACE -e CCACHE_DIR=/tmp/ccache -v /tmp/ccache:/tmp/ccache:rw -e HOME=$WORKSPACE'
}
} }
steps { steps {
sh 'make uorb_graphs' sh 'make uorb_graphs'

Loading…
Cancel
Save