The error message "NotSerializableException: groovy.json.internal.Lazymap" usually occurs in Jenkins pipelines when the pipeline code tries to serialize an object that is not serializable. This error typically indicates that the pipeline is trying to pass a non-serializable object to another stage or job&
Continue Reading...