Browse Source

Jenkins: update arch image to tag 2017-12-08

sbg
Julien Lecoeur 7 years ago committed by Lorenz Meier
parent
commit
99920c84fe
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -138,7 +138,7 @@ pipeline { @@ -138,7 +138,7 @@ pipeline {
builds["${node_name} (GCC7)"] = {
node {
stage("Build Test ${node_name} (GCC7)") {
docker.image('px4io/px4-dev-base-archlinux:pr-archlinux').inside("--env CCACHE_DIR=/tmp/ccache --volume=/tmp/ccache:/tmp/ccache:rw --env CI=true") {
docker.image('px4io/px4-dev-base-archlinux:2017-12-08').inside("--env CCACHE_DIR=/tmp/ccache --volume=/tmp/ccache:/tmp/ccache:rw --env CI=true") {
stage("${node_name}") {
checkout scm
sh "make clean"

Loading…
Cancel
Save