aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ca22b8f..5e0fb38 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,7 +26,8 @@ cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib/
mv -v /tmp/contrib $WORKSPACE/'''
sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT
-bash $WORKSPACE/contrib/tools/chbuild.sh $WORKSPACE/contrib/testhal/STM32/'''
+cd $WORKSPACE/contrib
+bash ./tools/chbuild.sh ./testhal/STM32/'''
}
}
}