Bug fix
-
Add support of emojis and other non-UTF-8 characters in job names. 🎉
JENKINS-23349
-
RSS and Atom feeds did not contain all necessary metadata. (regression in 2.186)
JENKINS-58595
Enhancement
-
Expose real environment variables from an agent on the UI.
JENKINS-54772
-
Use SHA-256 instead of MD5 for generating crumbs/CSRF tokens.
JENKINS-58734
-
Truncate long build names on the UI to prevent alignment issues.
JENKINS-58157
-
Developer:
AbstractItem#renameTo
now checks #isNameEditable
before renaming.
JENKINS-58571