aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-03-06 22:53:25 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-03-06 22:53:25 +0100
commitc1928f4bb40461e41181251b4a31a51647634888 (patch)
tree6efa6d3246652b7df18fb93041296981669518f5 /Jenkinsfile
parentb2434b63c0efa39b1feec7e2f9df2c4301a97f62 (diff)
downloadChibiOS-Contrib-c1928f4bb40461e41181251b4a31a51647634888.tar.gz
ChibiOS-Contrib-c1928f4bb40461e41181251b4a31a51647634888.tar.bz2
ChibiOS-Contrib-c1928f4bb40461e41181251b4a31a51647634888.zip
Added Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 46078f1..36038f6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ pipeline {
}
steps {
- ws(dir: 'Contrib') {
+ ws(dir: 'workspace/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: 'Contrib') {
+ ws(dir: 'workspace/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: 'Contrib') {
+ ws(dir: 'workspace/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: 'Contrib') {
+ ws(dir: 'workspace/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: 'Contrib') {
+ ws(dir: 'workspace/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/'''
}