CI: bump container tags to 2020-03-16

This commit is contained in:
TSC21 2020-03-16 15:55:08 +00:00 committed by Nuno Marques
parent 1ea5280299
commit 6598ce5a46
14 changed files with 60 additions and 60 deletions

View File

@ -8,7 +8,7 @@ pipeline {
stage('Build') { stage('Build') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-ros-melodic:2020-01-13' image 'px4io/px4-dev-ros-melodic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
} }
} }
@ -130,7 +130,7 @@ def createTestNode(Map test_def) {
return { return {
node { node {
cleanWs() cleanWs()
docker.image("px4io/px4-dev-ros-melodic:2020-01-13").inside('-e HOME=${WORKSPACE}') { docker.image("px4io/px4-dev-ros-melodic:2020-03-16").inside('-e HOME=${WORKSPACE}') {
stage(test_def.name) { stage(test_def.name) {
def run_script = test_def.get('run_script', 'rostest_px4_run.sh') def run_script = test_def.get('run_script', 'rostest_px4_run.sh')
def test_ok = true def test_ok = true

View File

@ -8,7 +8,7 @@ pipeline {
stage('Build') { stage('Build') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-ros-melodic:2020-01-13' image 'px4io/px4-dev-ros-melodic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
} }
} }
@ -131,7 +131,7 @@ def createTestNode(Map test_def) {
return { return {
node { node {
cleanWs() cleanWs()
docker.image("px4io/px4-dev-ros-melodic:2020-01-13").inside('-e HOME=${WORKSPACE}') { docker.image("px4io/px4-dev-ros-melodic:2020-03-16").inside('-e HOME=${WORKSPACE}') {
stage(test_def.name) { stage(test_def.name) {
def run_script = test_def.get('run_script', 'rostest_px4_run.sh') def run_script = test_def.get('run_script', 'rostest_px4_run.sh')
def test_ok = true def test_ok = true

View File

@ -79,7 +79,7 @@ pipeline {
stage('code coverage (python)') { stage('code coverage (python)') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-base-bionic:2020-01-13' image 'px4io/px4-dev-base-bionic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -99,7 +99,7 @@ pipeline {
stage('unit tests') { stage('unit tests') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-base-bionic:2020-01-13' image 'px4io/px4-dev-base-bionic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -137,7 +137,7 @@ def createTestNode(Map test_def) {
return { return {
node { node {
cleanWs() cleanWs()
docker.image("px4io/px4-dev-ros-melodic:2020-01-13").inside('-e HOME=${WORKSPACE}') { docker.image("px4io/px4-dev-ros-melodic:2020-03-16").inside('-e HOME=${WORKSPACE}') {
stage(test_def.name) { stage(test_def.name) {
def test_ok = true def test_ok = true
sh('export') sh('export')

View File

@ -9,10 +9,10 @@ pipeline {
script { script {
def build_nodes = [:] def build_nodes = [:]
def docker_images = [ def docker_images = [
armhf: "px4io/px4-dev-armhf:2020-01-13", armhf: "px4io/px4-dev-armhf:2020-03-16",
base: "px4io/px4-dev-base-bionic:2020-01-13", base: "px4io/px4-dev-base-bionic:2020-03-16",
nuttx: "px4io/px4-dev-nuttx:2020-01-13", nuttx: "px4io/px4-dev-nuttx:2020-03-16",
snapdragon: "lorenzmeier/px4-dev-snapdragon:2020-01-13" snapdragon: "lorenzmeier/px4-dev-snapdragon:2020-03-16"
] ]
def armhf_builds = [ def armhf_builds = [
@ -98,7 +98,7 @@ pipeline {
// TODO: actually upload artifacts to S3 // TODO: actually upload artifacts to S3
// stage('S3 Upload') { // stage('S3 Upload') {
// agent { // agent {
// docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } // docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
// } // }
// options { // options {
// skipDefaultCheckout() // skipDefaultCheckout()
@ -132,7 +132,7 @@ def createBuildNode(Boolean archive, String docker_image, String target) {
// TODO: fix the snapdragon image // TODO: fix the snapdragon image
bypass_entrypoint = '' bypass_entrypoint = ''
if (docker_image == 'lorenzmeier/px4-dev-snapdragon:2020-01-13') { if (docker_image == 'lorenzmeier/px4-dev-snapdragon:2020-03-16') {
bypass_entrypoint = ' --entrypoint=""' bypass_entrypoint = ' --entrypoint=""'
} }

View File

@ -12,7 +12,7 @@ pipeline {
stage("build px4_fmu-v2_test") { stage("build px4_fmu-v2_test") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -76,7 +76,7 @@ pipeline {
stage("build px4_fmu-v3_default") { stage("build px4_fmu-v3_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -149,7 +149,7 @@ pipeline {
stage("build px4_fmu-v4_default") { stage("build px4_fmu-v4_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -222,7 +222,7 @@ pipeline {
stage("build px4_fmu-v4_optimized") { stage("build px4_fmu-v4_optimized") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -295,7 +295,7 @@ pipeline {
stage("build px4_fmu-v4pro_default") { stage("build px4_fmu-v4pro_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -368,7 +368,7 @@ pipeline {
stage("build px4_fmu-v5_default") { stage("build px4_fmu-v5_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -441,7 +441,7 @@ pipeline {
stage("build px4_fmu-v5_optimized") { stage("build px4_fmu-v5_optimized") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -514,7 +514,7 @@ pipeline {
stage("build modalai_fc-v1_default") { stage("build modalai_fc-v1_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -587,7 +587,7 @@ pipeline {
stage("build holybro_durandal-v1_default") { stage("build holybro_durandal-v1_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -661,7 +661,7 @@ pipeline {
stage("build holybro_durandal-v1_stackcheck") { stage("build holybro_durandal-v1_stackcheck") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -748,7 +748,7 @@ pipeline {
stage("build nxp_fmuk66-v3_default") { stage("build nxp_fmuk66-v3_default") {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }

View File

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: px4io/px4-dev-nuttx:2020-01-13 - image: px4io/px4-dev-nuttx:2020-03-16
steps: steps:
- checkout - checkout
- run: - run:

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: px4io/px4-dev-nuttx:2020-01-13 container: px4io/px4-dev-nuttx:2020-03-16
strategy: strategy:
matrix: matrix:
config: [ config: [

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: px4io/px4-dev-base-bionic:2020-01-13 container: px4io/px4-dev-base-bionic:2020-03-16
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with: with:

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: px4io/px4-dev-base-bionic:2020-01-13 container: px4io/px4-dev-base-bionic:2020-03-16
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with: with:

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: px4io/px4-dev-armhf:2020-01-13 container: px4io/px4-dev-armhf:2020-03-16
strategy: strategy:
matrix: matrix:
config: [ config: [

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: px4io/px4-dev-nuttx:2020-01-13 container: px4io/px4-dev-nuttx:2020-03-16
strategy: strategy:
matrix: matrix:
config: [ config: [

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: px4io/px4-dev-simulation-bionic:2020-01-29 container: px4io/px4-dev-simulation-bionic:2020-03-16
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with: with:

44
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Catkin build on ROS workspace') { stage('Catkin build on ROS workspace') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-ros-melodic:2020-01-13' image 'px4io/px4-dev-ros-melodic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
} }
} }
@ -52,7 +52,7 @@ pipeline {
stage('Colcon build on ROS2 workspace') { stage('Colcon build on ROS2 workspace') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-ros2-dashing:2020-01-13' image 'px4io/px4-dev-ros2-dashing:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE'
} }
} }
@ -83,7 +83,7 @@ pipeline {
stage('Style check') { stage('Style check') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh 'make check_format' sh 'make check_format'
@ -98,7 +98,7 @@ pipeline {
stage('px4_fmu-v5 (no ninja)') { stage('px4_fmu-v5 (no ninja)') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -124,7 +124,7 @@ pipeline {
stage('px4_sitl (no ninja)') { stage('px4_sitl (no ninja)') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -150,7 +150,7 @@ pipeline {
stage('SITL unit tests') { stage('SITL unit tests') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-base-bionic:2020-01-13' image 'px4io/px4-dev-base-bionic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -190,7 +190,7 @@ pipeline {
stage('Clang analyzer') { stage('Clang analyzer') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-clang:2020-01-13' image 'px4io/px4-dev-clang:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -228,7 +228,7 @@ pipeline {
stage('Clang tidy') { stage('Clang tidy') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-clang:2020-01-13' image 'px4io/px4-dev-clang:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -250,7 +250,7 @@ pipeline {
stage('Cppcheck') { stage('Cppcheck') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-ros-melodic:2020-01-13' image 'px4io/px4-dev-ros-melodic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -288,7 +288,7 @@ pipeline {
stage('Check stack') { stage('Check stack') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -308,7 +308,7 @@ pipeline {
stage('ShellCheck') { stage('ShellCheck') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -327,7 +327,7 @@ pipeline {
stage('Module config validation') { stage('Module config validation') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-base-bionic:2020-01-13' image 'px4io/px4-dev-base-bionic:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -352,7 +352,7 @@ pipeline {
stage('Airframe') { stage('Airframe') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh 'make distclean' sh 'make distclean'
@ -371,7 +371,7 @@ pipeline {
stage('Parameter') { stage('Parameter') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh 'make distclean' sh 'make distclean'
@ -390,7 +390,7 @@ pipeline {
stage('Module') { stage('Module') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh 'make distclean' sh 'make distclean'
@ -410,7 +410,7 @@ pipeline {
stage('uORB graphs') { stage('uORB graphs') {
agent { agent {
docker { docker {
image 'px4io/px4-dev-nuttx:2020-01-13' image 'px4io/px4-dev-nuttx:2020-03-16'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
} }
} }
@ -439,7 +439,7 @@ pipeline {
stage('Devguide') { stage('Devguide') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh('export') sh('export')
@ -469,7 +469,7 @@ pipeline {
stage('Userguide') { stage('Userguide') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh('export') sh('export')
@ -497,7 +497,7 @@ pipeline {
stage('QGroundControl') { stage('QGroundControl') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh('export') sh('export')
@ -525,7 +525,7 @@ pipeline {
stage('PX4 ROS msgs') { stage('PX4 ROS msgs') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh('export') sh('export')
@ -554,7 +554,7 @@ pipeline {
stage('PX4 ROS2 bridge') { stage('PX4 ROS2 bridge') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh('export') sh('export')
@ -597,7 +597,7 @@ pipeline {
stage('S3') { stage('S3') {
agent { agent {
docker { image 'px4io/px4-dev-base-bionic:2020-01-13' } docker { image 'px4io/px4-dev-base-bionic:2020-03-16' }
} }
steps { steps {
sh('export') sh('export')

View File

@ -4,22 +4,22 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
echo "guessing PX4_DOCKER_REPO based on input"; echo "guessing PX4_DOCKER_REPO based on input";
if [[ $@ =~ .*px4_fmu.* ]]; then if [[ $@ =~ .*px4_fmu.* ]]; then
# nuttx-px4fmu-v{1,2,3,4,5} # nuttx-px4fmu-v{1,2,3,4,5}
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2019-11-25" PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2020-03-16"
elif [[ $@ =~ .*ocpoc.* ]] || [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*beaglebone.* ]]; then elif [[ $@ =~ .*ocpoc.* ]] || [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*beaglebone.* ]]; then
# aerotenna_ocpoc_default, beaglebone_blue_default, emlid_navio2_default, px4_raspberrypi_default # aerotenna_ocpoc_default, beaglebone_blue_default, emlid_navio2_default, px4_raspberrypi_default
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2019-11-25" PX4_DOCKER_REPO="px4io/px4-dev-armhf:2020-03-16"
elif [[ $@ =~ .*eagle.* ]] || [[ $@ =~ .*excelsior.* ]]; then elif [[ $@ =~ .*eagle.* ]] || [[ $@ =~ .*excelsior.* ]]; then
# eagle, excelsior # eagle, excelsior
PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2020-01-13" PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2020-03-16"
elif [[ $@ =~ .*ocpoc.* ]] || [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*bebop.* ]]; then elif [[ $@ =~ .*ocpoc.* ]] || [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*bebop.* ]]; then
# aerotenna_ocpoc_default, posix_rpi_cross, posix_bebop_default # aerotenna_ocpoc_default, posix_rpi_cross, posix_bebop_default
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2019-11-25" PX4_DOCKER_REPO="px4io/px4-dev-armhf:2020-03-16"
elif [[ $@ =~ .*clang.* ]] || [[ $@ =~ .*scan-build.* ]]; then elif [[ $@ =~ .*clang.* ]] || [[ $@ =~ .*scan-build.* ]]; then
# clang tools # clang tools
PX4_DOCKER_REPO="px4io/px4-dev-clang:2019-11-25" PX4_DOCKER_REPO="px4io/px4-dev-clang:2020-03-16"
elif [[ $@ =~ .*tests* ]]; then elif [[ $@ =~ .*tests* ]]; then
# run all tests with simulation # run all tests with simulation
PX4_DOCKER_REPO="px4io/px4-dev-simulation-bionic:2019-11-25" PX4_DOCKER_REPO="px4io/px4-dev-simulation-bionic:2020-03-16"
fi fi
else else
echo "PX4_DOCKER_REPO is set to '$PX4_DOCKER_REPO'"; echo "PX4_DOCKER_REPO is set to '$PX4_DOCKER_REPO'";
@ -27,7 +27,7 @@ fi
# otherwise default to nuttx # otherwise default to nuttx
if [ -z ${PX4_DOCKER_REPO+x} ]; then if [ -z ${PX4_DOCKER_REPO+x} ]; then
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2019-11-25" PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2020-03-16"
fi fi
# docker hygiene # docker hygiene