jenkins groovy script error
In my jenkins groovy script i have defined the webhookData
variable
webhookData="${webhookData}";
also have defined it in such way
def webhookDataObject = new JsonSlurperClassic().parseText(webhookData);
but getting error like groovy.lang.MissingPropertyException: No such property: webhookData for class
New contributor
shinchan25 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.