Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upstream causes to Slack messages #3269

Merged
merged 1 commit into from
Oct 15, 2018

Commits on Oct 15, 2018

  1. Add upstream causes to Slack messages

    - Recursively find upstream causes
    - Print out upstream causes in Slack message
    - Allows the ability to distinguish between a nightly
      build and an OMR Acceptance for example
    - Requires Jenkins script approvals:
       - org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper getRawBuild
       - method hudson.model.Run getCauses
       - hudson.model.Cause$UpstreamCause getUpstreamCauses
       - hudson.model.Cause getShortDescription
    
    [skip ci]
    
    Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
    AdamBrousseau committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e5dc9ca View commit details
    Browse the repository at this point in the history