Skip to content

Commit

Permalink
better name for pipeline job
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasal, Rafal committed Apr 19, 2018
1 parent 6463dbe commit f760664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public JobBuildResult createJobBuildResult(Run r){
}

if (r instanceof WorkflowRun) {
name = ((WorkflowRun)r).getFullDisplayName();
name = ((WorkflowRun)r).getFullDisplayName().replace(" » " ,"/").replaceAll(" #[1-9]+$","");
}

return new JobBuildResult(
Expand Down

0 comments on commit f760664

Please sign in to comment.