From ece83836061f40ef852547e8d50aca73083d8d82 Mon Sep 17 00:00:00 2001 From: Catalin Scrieciu Date: Thu, 14 Jul 2016 16:06:35 +0200 Subject: test --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 392fbbc..086d9db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,13 +10,13 @@ import groovy.io.FileType def targetBuild(trg){ { target=trg-> node{ - sh 'mkdir trg' - dir ('$trg'){ + sh 'mkdir ${trg}' + dir ('${trg}'){ unstash 'eltf_scripts' checkout([$class: 'RepoScm', currentBranch: true, manifestBranch: '$BRANCH_NAME', - manifestFile: '$trg/default.xml', + manifestFile: '${trg}/default.xml', //The hardcoded repository should be replaced by a generic name, eg. $GIT_PATH+el_manifests-$PROFILE manifestRepositoryUrl: 'http://git.enea.se/cgit/various/el_manifests-standard.git', quiet: true, -- cgit v1.2.3-54-g00ecf