Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Use Jenkins source type for all events
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLZeller committed Dec 8, 2015
1 parent 094fbe8 commit f00b261
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ public final void event(final JSONObject builddata) {
title.append(" started");
payload.put("alert_type", "info");
message = "%%% \n [Follow build #" + number + " progress](" + buildurl + ") ";
// Remove source_type_name to keep started events from being rolled up
payload.remove("source_type_name");
}
title.append(" on ").append(hostname);

Expand Down

0 comments on commit f00b261

Please sign in to comment.