From 29c6d1eff4935bd5fd3dcf242b71f8a4686505fb Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Mon, 20 Jun 2016 13:52:30 +0100 Subject: Fixed location of copied artifacts Signed-off-by: Milosz Wasilewski --- post-build-report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post-build-report.py') diff --git a/post-build-report.py b/post-build-report.py index ae9da94..a0b8eb0 100644 --- a/post-build-report.py +++ b/post-build-report.py @@ -130,9 +130,9 @@ if __name__ == '__main__': elif urlsplit(art_url).netloc.startswith('android-qa-reports'): art_token = os.environ.get("ART_TOKEN_ANDROID_REPORTS") - manifest = _get_manifest(os.environ.get("WORKSPACE")) + manifest = _get_manifest("./artifacts") test_jobs = os.environ.get("LAVA_JOB_IDS", "") - results = _results(os.environ.get("WORKSPACE")) + results = _results("./artifacts") if jenkins_build_number is None: print "Build number not set. Exiting!" -- cgit v1.2.3