1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/resources/com.sap.piper/templates/error.log
Christopher Fenner 80d288ae57
handlePipelineStepError: use ConfigurationHelper (#556)
* use ConfigurationHelper in handlePipelineStepError

* externalise help url
2019-03-20 11:21:06 +01:00

22 lines
658 B
Plaintext

----------------------------------------------------------
--- An error occurred in the library step: ${stepName}
----------------------------------------------------------
The following parameters were available to the step:
***
${stepParameters}
***
The error was:
***
${error}
***
Further information:
* Documentation of library step ${stepName}: ${libraryDocumentationUrl}steps/${stepName}/
* Source code of library step ${stepName}: ${libraryRepositoryUrl}blob/master/vars/${stepName}.groovy
* Library documentation: ${libraryDocumentationUrl}
* Library repository: ${libraryRepositoryUrl}
----------------------------------------------------------