This commit is contained in:
Chris Frohoff
2022-03-22 01:03:15 -07:00
parent f0233ca0c9
commit 47dcf11dd9
3 changed files with 67 additions and 6 deletions
@@ -47,7 +47,7 @@ public class PayloadListener extends RunListener {
Status status = statuses.get(description);
String payload = getPayload(description.getDisplayName());
String out = outs.get(description).toString();
String out = outs.get(description).toString().trim();
Map<String,String> props = new HashMap<String, String>();
props.put("payload", payload);