summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-05-03 08:56:39 +0000
committerxudan <xudan16@huawei.com>2017-05-03 08:56:39 +0000
commit3d3a5d73637d09180d986c9307b18ffd68da160e (patch)
tree150788873879eaed0c2cd90000f6bddb01558999
parentae41f09e9f155e53e809dedd040f52c4d5c98aed (diff)
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 <xudan16@huawei.com>
-rwxr-xr-xjjb/dovetail/dovetail-run.sh2
1 files changed, 2 insertions, 0 deletions
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