You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-06-27 00:41:29 +02:00
fix docs generation (#640)
This commit is contained in:
committed by
Christopher Fenner
parent
54846ea0d6
commit
1e36df6a9c
@ -25,13 +25,13 @@ handlePipelineStepErrors (stepName: 'executeHealthCheck', stepParameters: parame
|
||||
|
||||
If `echoDetails` is set to true the following information will be output to the console:
|
||||
|
||||
1. Step beginning: `--- Begin library step: ${stepName}.groovy ---`
|
||||
1. Step end: `--- End library step: ${stepName}.groovy ---`
|
||||
1. Step beginning: `--- Begin library step: \${stepName}.groovy ---`
|
||||
1. Step end: `--- End library step: \${stepName}.groovy ---`
|
||||
1. Step errors:
|
||||
|
||||
```log
|
||||
----------------------------------------------------------
|
||||
--- An error occurred in the library step: ${stepName}
|
||||
--- An error occurred in the library step: \${stepName}
|
||||
----------------------------------------------------------
|
||||
The following parameters were available to the step:
|
||||
***
|
||||
|
Reference in New Issue
Block a user