Hello all,

My Jenkinsfile aborts with an error and I can't find the reason. I ran out of ideas. Also I have no clue what the error means (neither Java nor Groovy is my strength). The curious thing is, when I remove the last block ("Clean") in the runPipeline function the job runs successfully.

Please let me know if more information is needed.

Any help would be much appreciated.


First line of the error is:

hudson.remoting.ProxyException: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '{clean-composer=null, clean-qucli=null}' with class 'java.util.HashMap' to class 'org.jenkinsci.plugins.pipeline.modeldefinition.model.Root' due to: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.jenkinsci.plugins.pipeline.modeldefinition.model.Root(java.util.HashMap)


Jenkinsfile: https://gist.github.com/bemeyert/3f88cc0c458d9d8c2dc5e853fdf4e7b4#file-jenkinsfile-groovy

Complete error: https://gist.github.com/bemeyert/3f88cc0c458d9d8c2dc5e853fdf4e7b4#file-jenkins-error


Cheers, Shorty

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b7d856d6-a89b-5e1e-2414-44f3807ae0f5%40koeln.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to