Skip to content

Commit 53843f6

Browse files
gbhat618jglick
andauthored
Update src/main/java/org/jenkinsci/plugins/workflow/steps/StepExecutionUtil.java
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
1 parent 308f6b0 commit 53843f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/StepExecutionUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ static String getStepDisplayFunctionName(StepExecution stepExecution) {
1515
} catch (IOException | InterruptedException e) {
1616
LOGGER.log(Level.FINE, "Failed get descriptor: ", e);
1717
}
18-
return descriptor != null ? descriptor.getFunctionName() : "";
18+
return descriptor != null ? descriptor.getFunctionName() : "?";
1919
}
2020
}

0 commit comments

Comments
 (0)