summaryrefslogtreecommitdiffstats
path: root/scripts/ci/Jenkinsfile
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2018-06-22 14:52:25 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2018-06-22 15:38:08 +0200
commitd25358cf0127f769c6d2b3b73b1a50acae78cee9 (patch)
treef11989185fa28f9d5c0aaaccf081b4751f989bd1 /scripts/ci/Jenkinsfile
parent991c2752340bfd8140e6254ca1e9cd3c48bceff7 (diff)
downloadmeta-updater-d25358cf0127f769c6d2b3b73b1a50acae78cee9.tar.gz
Use plain bash instead of hacky sed for CI config files
Diffstat (limited to 'scripts/ci/Jenkinsfile')
-rw-r--r--scripts/ci/Jenkinsfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/Jenkinsfile b/scripts/ci/Jenkinsfile
index fd0bc3b..84eebca 100644
--- a/scripts/ci/Jenkinsfile
+++ b/scripts/ci/Jenkinsfile
@@ -1,7 +1,6 @@
1pipeline { 1pipeline {
2 agent none 2 agent none
3 environment { 3 environment {
4 TEST_LOCAL_CONF_APPEND = 'scripts/ci/local.conf.append'
5 TEST_AKTUALIZR_DIR = 'aktualizr' 4 TEST_AKTUALIZR_DIR = 'aktualizr'
6 TEST_AKTUALIZR_BRANCH = 'aktualizr/master' 5 TEST_AKTUALIZR_BRANCH = 'aktualizr/master'
7 TEST_BITBAKE_COMMON_DIR = "${env.HOME}/bitbake-common" 6 TEST_BITBAKE_COMMON_DIR = "${env.HOME}/bitbake-common"