mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
80d288ae57
* use ConfigurationHelper in handlePipelineStepError * externalise help url
22 lines
658 B
Plaintext
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}
|
|
|
|
----------------------------------------------------------
|