-
Notifications
You must be signed in to change notification settings - Fork 611
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
configurable messages for running, successful, and failed builds #19
Conversation
… github notes if the PR was mergeable so we don't have to.
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
plugins » ghprb-plugin #49 FAILURE |
plugins » ghprb-plugin #50 FAILURE |
@cloudbees-pull-request-builder This failure appears to be a problem with pulling the repo to build, not an actual build failure. |
}else{ | ||
sb.append(" Build triggered."); | ||
} | ||
sb.append(trigger.getMsgStarted()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change now ignore that fact that the build was a merge build or not. Could you update this so the "start" message has a way to understand if it was a merge build or not?
this sounds like a very useful feature! |
What is the status of this PR? |
No description provided.