aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index a239f6f..1368b36 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,7 +26,7 @@ cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib_$EXECUTOR_NUMBER
cp -r /tmp/contrib_$EXECUTOR_NUMBER $WORKSPACE/'''
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
+cd $WORKSPACE/contrib_$EXECUTOR_NUMBER
bash ./tools/chbuild.sh ./testhal/STM32/'''
}
}