-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.190
After 2.176.2 upgrade rssAll feed doesn't provision published field with a datetime str as it used, rolling back to 2.176.1 fix the problem
- causes
-
JENKINS-59167 rssAll feed no longer contains Jenkins server URL, only incorrect relative path
-
- Resolved
-
- links to
[JENKINS-58595] rssAll feed doesn't have published field after 2.176.2 upgrade
Labels | Original: jenkins | New: jenkins regression |
Labels | Original: jenkins regression | New: jenkins regression security-534 |
Labels | Original: jenkins regression security-534 | New: jenkins lts-candidate regression security-534 |
Assignee | New: Matt Sicker [ jvz ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR-4148 (Web Link)" [ 23335 ] |
We are having the same issue. The xml-tags published and updated are missing timestamps after the update:
<?xml version="1.0" encoding="UTF-8"?>
[...]
<published/><updated/>
[...]
This is a problem for us, because we are using the RSS feeds to find failed builds and to send informational mails, etc. A fix would be much appreciated.