mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
dabbc724ad
* add template for handleStepErrors * add tests * use template * fix indent * fix typo * Update HandlePipelineStepErrorTest.groovy * Update HandlePipelineStepErrorTest.groovy
22 lines
699 B
Plaintext
22 lines
699 B
Plaintext
----------------------------------------------------------
|
|
--- ERROR OCCURRED IN LIBRARY STEP: ${stepName}
|
|
----------------------------------------------------------
|
|
|
|
FOLLOWING PARAMETERS WERE AVAILABLE TO THIS STEP:
|
|
***
|
|
${stepParameters}
|
|
***
|
|
|
|
ERROR WAS:
|
|
***
|
|
${error}
|
|
***
|
|
|
|
FURTHER INFORMATION:
|
|
* Documentation of library step ${stepName}: https://sap.github.io/jenkins-library/steps/${stepName}/
|
|
* Source code of library step ${stepName}: https://github.com/SAP/jenkins-library/blob/master/vars/${stepName}.groovy
|
|
* Library documentation: https://sap.github.io/jenkins-library/
|
|
* Library repository: https://github.com/SAP/jenkins-library
|
|
|
|
----------------------------------------------------------
|