mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
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
|
||
|
|
||
|
----------------------------------------------------------
|