Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The event handler is set to automatically respond to the following Build Events:

...

  1. Enter the comments that you wish to send to GitHub


    Pending Comment

    The text of the comment that will be sent when the build hits the 'On Before Stage Start' event for the specified stage.

    Failure Comment

    The text of the comment that will be sent when build hits the 'On Stage Completed' event for the specified stage, and the build has failed.

    Success Comment

    The text of the comment that will be sent when build hits the 'On Stage Completed' event for the specified stage, and the build has succeeded.

Comments

  1. Select the build options for this event handler


    Wait for Results

    Should the event handler wait for the result before proceeding. Unchecking this option will run the tagging action in a separate thread.  

    Fail Build on Error

    Whether or not to Fail the build if this event handler fails.

    Log Build Messages

    Whether or not logs for this event handler will be displayed in the build log.

...