-
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
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.