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:
parent
41dcebb3a5
commit
6f8cd0f88c
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user