From 81f7e76292f828bf69b749d28997784621b7ac68 Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Mon, 20 Jun 2016 13:47:55 +0100 Subject: Added debugging output Signed-off-by: Milosz Wasilewski --- post-build-report.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'post-build-report.py') diff --git a/post-build-report.py b/post-build-report.py index 0cb6e8c..0ffc56f 100644 --- a/post-build-report.py +++ b/post-build-report.py @@ -111,6 +111,10 @@ def _results(workspace_path): if __name__ == '__main__': + for root, dirs, files in os.walk('.'): + print root + for f in files: + print join(root, f) jenkins_project_name = os.environ.get("SOURCE_PROJECT_NAME") jenkins_build_number = os.environ.get("SOURCE_BUILD_NUMBER") -- cgit v1.2.3