aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2e7f0e7..1d23778 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ for i in *.7z; do 7z x -y $i; done'''
}
environment {
CH_BRANCH = 'stable_18.2.x'
- CH_PATH = './ChibiOS'
- CHC_PATH = './'
+ CH_PATH = '$PWD/ChibiOS'
+ CHC_PATH = '$PWD'
}
} \ No newline at end of file