diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:47:55 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:47:55 +0100 |
commit | df73c38d3036de04e7bd3867f2b068e8c7ee3569 (patch) | |
tree | ed5c4ba93bad6c89a47dbec47c14659a72ea881e /Jenkinsfile | |
parent | ddebfb236092b0820b56286b4fd25258996af0e9 (diff) | |
download | ChibiOS-Contrib-df73c38d3036de04e7bd3867f2b068e8c7ee3569.tar.gz ChibiOS-Contrib-df73c38d3036de04e7bd3867f2b068e8c7ee3569.tar.bz2 ChibiOS-Contrib-df73c38d3036de04e7bd3867f2b068e8c7ee3569.zip |
Added Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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/''' } |