mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Jenkins: update arch image to tag 2017-12-08
This commit is contained in:
committed by
Lorenz Meier
parent
ed10921a67
commit
99920c84fe
Vendored
+1
-1
@@ -138,7 +138,7 @@ pipeline {
|
|||||||
builds["${node_name} (GCC7)"] = {
|
builds["${node_name} (GCC7)"] = {
|
||||||
node {
|
node {
|
||||||
stage("Build Test ${node_name} (GCC7)") {
|
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}") {
|
stage("${node_name}") {
|
||||||
checkout scm
|
checkout scm
|
||||||
sh "make clean"
|
sh "make clean"
|
||||||
|
|||||||
Reference in New Issue
Block a user