Skip to content

Conversation

ImprobableVlad
Copy link
Contributor

Currently the full build message is printed in Slack notifications of ExampleProject builds, which may be the full commit message. This is a tiny change that prevents walls of text in the #unreal-gdk-builds channel.

@improbable-prow-robot
Copy link

Corresponding JIRA ticket: https://improbableio.atlassian.net/browse/UNR-1905

@improbable-prow-robot improbable-prow-robot added jira/UNR size/XS Denotes a PR that changes 0-14 lines, ignoring generated files. labels Nov 6, 2019
@{
title = "Build Message"
value = "$env:BUILDKITE_MESSAGE"
value = "$env:BUILDKITE_MESSAGE".Substring(0, 64)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

64 characters ought to be enough for anyone.

@ImprobableVlad ImprobableVlad merged commit 9bd9fe9 into master Nov 6, 2019
@ImprobableVlad ImprobableVlad deleted the bugfix/UNR-1905-fix-slack-message branch November 6, 2019 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/UNR size/XS Denotes a PR that changes 0-14 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants