mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
more output from generator (#868)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user