mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 13:15:08 +08:00
update docker images to 2018-11-22 tag
- keeping nuttx and armhf compile jobs on 2018-09-11 for now
This commit is contained in:
@@ -9,7 +9,7 @@ pipeline {
|
||||
stage('px4fmu-v2') {
|
||||
agent {
|
||||
docker {
|
||||
image 'px4io/px4-dev-nuttx:2018-09-11'
|
||||
image 'px4io/px4-dev-nuttx:2018-11-22'
|
||||
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
|
||||
}
|
||||
}
|
||||
@@ -34,7 +34,7 @@ pipeline {
|
||||
stage('px4fmu-v4 (stackcheck)') {
|
||||
agent {
|
||||
docker {
|
||||
image 'px4io/px4-dev-nuttx:2018-09-11'
|
||||
image 'px4io/px4-dev-nuttx:2018-11-22'
|
||||
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user