-
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
Build history destroyed with 7.0.0
upgrade: builds marked "1 Jan. 1970" and stuck
#423
Comments
I was literally about to submit a post on this exact issue, too. 🙈 @dduportal Do you know more or less from what the date/time your oldest affected builds are? I'm trying to judge whether it is since a particular timestamp or over a particular period of time since Because, honestly, it clears out the entire execution of the build, all its run data. This is horrible. |
Hi @dduportal, I am very sorry this happened again. |
The 7.0.0 release of the plugin has been removed from the Update Center |
Also experienced this issue when updating Jenkins core + all plugins on Tues Apr 30th. |
The issue has been fixed in #425 released in v7.0.1 |
Sorry I missed your comment. We don't have more than 2 days of retention today but I can check the backups if you are still interested (asking given #425). |
Thanks for the fix! |
Thank you, I've managed to reproduce the issue locally so I don't need the logs anymore |
Closing the issue as fixed by 7.0.1, thanks! |
Describe the bug
The 2 May 2024, the Jenkins infrastructure team upgraded the plugin datadog from
6.0.3
to7.0.0
on ci.jenkins.io, the public controller used for the CI of Jenkins plugins.This plugin upgrade resulted in all build history being partially destroyed: see jenkins-infra/helpdesk#4080
The top-level symptoms are:
The problem is reported by other users in https://issues.jenkins.io/browse/JENKINS-66328?focusedId=446989&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-446989
To Reproduce
datadog
version6.0.3
7.0.0
Expected behavior
I would like the
datadog
plugin to either upgrade without any problem OR to not destroy my entire build history.Screenshots
Environment and Versions (please complete the following information):
A clear and precise description of your setup:
jenkins/jenkins-lts-jdk17
(ref. https://github.com/jenkins-infra/jenkins-infra/blob/be148041dca2a13335af5260bae59198b16d9059/hieradata/clients/controller.sponsorship.ci.jenkins.io.yaml#L33-L34).Additional context
Same issue as #393.
We are considering to stop using datadog plugin on the official Jenkins infrastructure because our build history is destroyed on almost each plugin upgrade.
The reason is that the
build.xml
files are modified by the plugin which makes them unparseable if there are any error or if we remove the plugin.There might be reasons to do the implementation that way but it start to really be a problem for administrators.
The text was updated successfully, but these errors were encountered: