From 3d3a5d73637d09180d986c9307b18ffd68da160e Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 3 May 2017 08:56:39 +0000 Subject: Bugfix: wrong work directory JIRA: DOVETAIL-420 CI wrong with: Archiving artifacts WARN: No artifacts found that match the file pattern "results/*/". Configuration error? WARN: ?results/*/? doesn?t match anything, but ?*/? does. Perhaps that?s what you mean? Change-Id: Ia548cb4e3b5e34f43c130c2860892364bffad233 Signed-off-by: xudan --- jjb/dovetail/dovetail-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 1b1b4d2ba..5f462e9c3 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -71,6 +71,8 @@ ${cmd} deactivate +cd ${WORKSPACE} + if [ -f ${pod_file_dir}/pod.yaml ]; then echo "file ${pod_file_dir}/pod.yaml:" cat ${pod_file_dir}/pod.yaml -- cgit 1.2.3-korg