From 8cc797d53c910f7950fde193bb91ae0fda8d0515 Mon Sep 17 00:00:00 2001 From: Alejandra Ferreiro Vidal Date: Fri, 1 Dec 2017 15:11:59 +0100 Subject: [PATCH] add further information --- vars/handlePipelineStepErrors.groovy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vars/handlePipelineStepErrors.groovy b/vars/handlePipelineStepErrors.groovy index 6fb962a03..a13598f56 100644 --- a/vars/handlePipelineStepErrors.groovy +++ b/vars/handlePipelineStepErrors.groovy @@ -31,9 +31,10 @@ ${err} *** FURTHER INFORMATION: -* Documentation of step ${stepName}: .../${stepName}/ -* Pipeline documentation: https://... -* GitHub repository for pipeline steps: https://... +* 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 ----------------------------------------------------------""" throw err