From: Igor Stoppa Date: Thu, 19 Jun 2014 15:18:25 +0000 (+0300) Subject: Add clarification comment in testing job. X-Git-Tag: 1.0~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a1c4891fad73d09b09a390602e4f22e4b11cb8b;p=services%2Fjenkins-scripts.git Add clarification comment in testing job. Change-Id: Id9cfbe9f4db3c12fa36c94889c3f5bc74bb04695 --- diff --git a/job_test_build.py b/job_test_build.py index 05f1d56..3a90138 100755 --- a/job_test_build.py +++ b/job_test_build.py @@ -93,6 +93,7 @@ def main(): """The main body""" # Note: the script, by design, will not return errors # Rather, it will inject the error status in the environment + # A Groovy post-build script will adjust the build status fields = trigger_info(os.getenv("TRIGGER_INFO")) url = fields["url"]