-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All classic jobs in jenkins turn into failed on datadog plugin v6.0.0 #393
Comments
We experienced the same issue, but unfortunately reverting to the old version did not resolve our issues. |
@nikita-tkachenko-datadog we upgraded the ci.jenkins.io instance from 6.0.0 to 6.0.1 after the stackoverflow error we encountered this afternoon cf #389 (comment), but unfortunately all previous jobs are still marked as "failed" in 1970. Ex: https://ci.jenkins.io/job/Infra/job/pipeline-library/job/master/ (previous builds have successfully finished while they appear failed) |
Hi @lemeurherve, Could you please provide some additional info?
Thank you! |
I'll provide you these elements first thing in the morning tomorrow. |
As a side note, https://issues.jenkins.io/browse/JENKINS-66328 describes a similar issue. So while there is a plugin data deserialisation problem in v6.0.0, it is possible that the date/status display issue is caused by something else. |
First (quick) feedback on ci.jenkins.io (I'll let @lemeurherve provides more details with logs and/or |
Thanks for the details, @dduportal! I have managed to reproduce this in a local Jenkins instance. The The v6.0.0 version of the plugin had a different issue, where it could not deserialise one of the plugin's action classes because its format has changed. In some cases this led to the build data stored on disk being rewritten with default values (timestamp 0, status FAILED, etc). To sum up:
|
Describe the bug
Today I upgraded all plugins in jenkins to the latest version. Among them is the most recent version of Datadog Plugin.
After jenkins restarted all Successful builds of classic jobs show up as failed. I can still see in the logs that the result was SUCCESS.
Here's what I found in the logs:
I reverted back to the previous version and it fixed my issues.
To Reproduce
I didn't try to reproduce this issue. I can provide my job configs and build history if needed.
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment and Versions (please complete the following information):
Jenkins 2.426.3
Datadog 5.6.2 -> 6.0.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: