1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

more output from generator (#868)

This commit is contained in:
Marcus Holl 2019-09-09 09:34:21 +02:00 committed by GitHub
parent 41dcebb3a5
commit 6f8cd0f88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ class Helper {
def param = retrieveParameterName(line)
if(!param) {
throw new RuntimeException('Cannot retrieve parameter for a comment')
throw new RuntimeException("Cannot retrieve parameter for a comment. Affected line was: '${line}'")
}
def _docu = [], _value = [], _mandatory = [], _parentObject = []