You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
groovy.lang.MissingMethodException: No signature of method: com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification$_addPipelineMocksToObjects_closure1$_closure14$_closure16.doCall() is applicable for argument types: (buildDockerMaven$_call_closure1$_closure4$_closure11$_closure26) values: [buildDockerMaven$_call_closure1$_closure4$_closure11$_closure26@47fa3671] Possible solutions: doCall(java.util.Map), findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
Desired Behavior
I like to test a declarative pipeline
when I try to test it I get
groovy.lang.MissingMethodException: No signature of method: com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification$_addPipelineMocksToObjects_closure1$_closure14$_closure16.doCall() is applicable for argument types: (buildDockerMaven$_call_closure1$_closure4$_closure11$_closure26) values: [buildDockerMaven$_call_closure1$_closure4$_closure11$_closure26@47fa3671] Possible solutions: doCall(java.util.Map), findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
I saw
#55
but from what I read
https://www.jenkins.io/blog/2017/09/25/declarative-1/
hey say is an old standard
Is there a way to easily test this kind of parallel pipelines?
Thanks
The text was updated successfully, but these errors were encountered: