From df73c38d3036de04e7bd3867f2b068e8c7ee3569 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 6 Mar 2019 23:47:55 +0100 Subject: Added Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index aa4dbf4..a239f6f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib_$EXECUTOR_NUMBER cp -r /tmp/contrib_$EXECUTOR_NUMBER $WORKSPACE/''' - sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT + sh '''git -C $WORKSPACE/ChibiOS-RT pull || git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT cd $WORKSPACE/contrib bash ./tools/chbuild.sh ./testhal/STM32/''' } -- cgit v1.2.3