From b2434b63c0efa39b1feec7e2f9df2c4301a97f62 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 6 Mar 2019 22:46:55 +0100 Subject: Added Jenkinsfile --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 10d1a1f..46078f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { } steps { - ws(dir: '$HOME/workspace/ChibiOS/Contrib') { + ws(dir: 'Contrib') { sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/../ChibiOS-RT bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/STM32/''' } @@ -37,7 +37,7 @@ bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/STM32/''' } steps { - ws(dir: '$HOME/workspace/ChibiOS/Contrib') { + ws(dir: 'Contrib') { sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/../ChibiOS-RT bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/NRF51/''' } @@ -52,7 +52,7 @@ bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/NRF51/''' } steps { - ws(dir: '$HOME/workspace/ChibiOS/Contrib') { + ws(dir: 'Contrib') { sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/../ChibiOS-RT bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/NRF52/''' } @@ -67,7 +67,7 @@ bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/NRF52/''' } steps { - ws(dir: '$HOME/workspace/ChibiOS/Contrib') { + ws(dir: 'Contrib') { sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/../ChibiOS-RT bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/TIVA/''' } @@ -82,7 +82,7 @@ bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/TIVA/''' } steps { - ws(dir: '$HOME/workspace/ChibiOS/Contrib') { + ws(dir: 'Contrib') { sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/../ChibiOS-RT bash $WORKSPACE/tools/chbuild.sh $WORKSPACE/testhal/KINETIS/''' } -- cgit v1.2.3