You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/10/20 06:09:27 UTC

[jira] [Commented] (YETUS-77) add bugzilla support

    [ https://issues.apache.org/jira/browse/YETUS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964480#comment-14964480 ] 

Sean Busbey commented on YETUS-77:
----------------------------------

{code}

+# This bug system provides github integration
+
{code}

bugzilla.

{code}
+  # shellcheck disable=SC2016
+  BUGZILLA_ISSUE=$(echo "${input}" | cut -f2 -d: )
+
+  # shellcheck disable=SC2034
+  ISSUE=${input}
+  add_footer_table "Bugzilla Issue" "${JIRA_ISSUE}"
{code}

should be BUGZILLA_ISSUE?

{code}
+## @description  Print out the finished details to the Github PR
+## @audience     private
+## @stability    evolving
+## @replaceable  no
+## @param        runresult
+function github_finalreport
+{
+  return 0
+}
{code}

bugzilla_finalreport

> add bugzilla support
> --------------------
>
>                 Key: YETUS-77
>                 URL: https://issues.apache.org/jira/browse/YETUS-77
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>            Reporter: Allen Wittenauer
>         Attachments: YETUS-77.00.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)