From: Yonghee Han Date: Wed, 8 Mar 2017 03:46:02 +0000 (+0900) Subject: Add NOT_ANNOTATED_MSG string X-Git-Tag: submit/trunk/20190927.012743~520 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4cdc37f83333af3d78817d111f9d45e730a9832;p=services%2Fjenkins-scripts.git Add NOT_ANNOTATED_MSG string Change-Id: Ia1250306856ffb5adac3ed03745554aa5701fe26 --- diff --git a/job_submit.py b/job_submit.py index 7a85067..228bf0e 100755 --- a/job_submit.py +++ b/job_submit.py @@ -70,6 +70,8 @@ WRONG_FORMAT_MSG = '- Wrong tag format,\n please follow the format '\ 'submit/{branch}/{date.time}. \n'\ 'Git branch : %s. Tag branch: %s' +NOT_ANNOTATED_MSG = '- Tag should be annotated tag.' + SUGGESTION = 'Suggest to use "gbs submit" to trigger submission\n'\ TITLE_FAILED = '[Submit Request Failed]: tag: %s in %s'