Skip to content

Commit

Permalink
Merge pull request #83 from jenkinsci/efcause-shortdesc-update
Browse files Browse the repository at this point in the history
Updated short description of EFCause
  • Loading branch information
justnoxx committed May 29, 2020
2 parents 16ab61f + 7256458 commit d55092c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -56,8 +56,8 @@ public void setStageName(String stageName) {

public String getShortDescription() {
StringBuilder shortDescription = new StringBuilder();
shortDescription.append("CloudBeesFlow Triggered this build:");
// shortDescription.append(System.getProperty("<br/>"));
shortDescription.append("CloudBees CD Triggered this build:");

String flowRuntimeId = this.getFlowRuntimeId();
String projectName = this.getProjectName();
String releaseName = this.getReleaseName();
Expand Down

0 comments on commit d55092c

Please sign in to comment.