Jenkins update docker containers to 2018-09-11 (#10463)

This commit is contained in:
Daniel Agar
2018-09-12 00:05:22 -04:00
committed by GitHub
parent c41d7ebdd3
commit 90b60d44dc
5 changed files with 36 additions and 61 deletions
Vendored
+15 -15
View File
@@ -8,7 +8,7 @@ pipeline {
stage('Style Check') {
agent {
docker { image 'px4io/px4-dev-base:2018-07-19' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
@@ -19,7 +19,7 @@ pipeline {
stage('bloaty px4fmu-v2') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2018-07-19'
image 'px4io/px4-dev-nuttx:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -43,7 +43,7 @@ pipeline {
stage('bloaty px4fmu-v5') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2018-07-19'
image 'px4io/px4-dev-nuttx:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -67,7 +67,7 @@ pipeline {
stage('clang analyzer') {
agent {
docker {
image 'px4io/px4-dev-clang:2018-07-19'
image 'px4io/px4-dev-clang:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -115,7 +115,7 @@ pipeline {
stage('cppcheck') {
agent {
docker {
image 'px4io/px4-dev-base:2018-08-23'
image 'px4io/px4-dev-base:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -148,7 +148,7 @@ pipeline {
stage('check stack') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2018-07-19'
image 'px4io/px4-dev-nuttx:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -163,7 +163,7 @@ pipeline {
stage('ShellCheck') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2018-08-23'
image 'px4io/px4-dev-nuttx:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -184,7 +184,7 @@ pipeline {
stage('airframe') {
agent {
docker { image 'px4io/px4-dev-base:2018-07-19' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh 'make distclean'
@@ -199,7 +199,7 @@ pipeline {
stage('parameter') {
agent {
docker { image 'px4io/px4-dev-base:2018-07-19' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh 'make distclean'
@@ -214,7 +214,7 @@ pipeline {
stage('module') {
agent {
docker { image 'px4io/px4-dev-base:2018-07-19' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh 'make distclean'
@@ -230,7 +230,7 @@ pipeline {
stage('uorb graphs') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2018-07-19'
image 'px4io/px4-dev-nuttx:2018-09-11'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
@@ -255,7 +255,7 @@ pipeline {
stage('Devguide') {
agent {
docker { image 'px4io/px4-dev-base:2018-08-05' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh('export')
@@ -284,7 +284,7 @@ pipeline {
stage('Userguide') {
agent {
docker { image 'px4io/px4-dev-base:2018-08-05' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh('export')
@@ -311,7 +311,7 @@ pipeline {
stage('QGroundControl') {
agent {
docker { image 'px4io/px4-dev-base:2018-08-05' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh('export')
@@ -338,7 +338,7 @@ pipeline {
stage('S3') {
agent {
docker { image 'px4io/px4-dev-base:2018-08-05' }
docker { image 'px4io/px4-dev-base:2018-09-11' }
}
steps {
sh('export')