-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.414.2
When we want to build a package using Jenkins dsl (using classic scm checkout) we have an issue. There is a problem with Jackson/Joda time on Gitlab API calls.
So this is impossible to checkout the project in Jenkins.
I've tried to update with the latest Jenkins BOM to be sure but I still have the issue.
Please find the logs in attachment.
The plugin version is the latest.
Exception caught:org.gitlab4j.api.GitLabApiException: A MultiException has 2 exceptions. They are: 1. java.util.ServiceConfigurationError: com.fasterxml.jackson.databind.Module: Provider com.fasterxml.jackson.datatype.joda.JodaModule could not be instantiated 2. java.lang.IllegalStateException: Unable to perform operation: post construct on org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider MultiException stack 1 of 2 java.util.ServiceConfigurationError: com.fasterxml.jackson.databind.Module: Provider com.fasterxml.jackson.datatype.joda.JodaModule could not be instantiated
I can't duplicate the issue as reported. Can you provide more details so that others can duplicate the issue?
"How to report an issue" includes many suggestions of items that can help others to duplicate an issue. It is especially important to include the list of plugins and their precise versions.