[TO REVERT] Archlinux docker image: use tag pr-archlinux

This commit is contained in:
Julien Lecoeur 2017-12-07 11:15:32 +01:00 committed by Lorenz Meier
parent 0bd5744ebb
commit ed10921a67
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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