Changelog for 2.120
Legend:
security fix
major bug fix
bug fix
major enhancement
enhancement
Community feedback:
no major issues
notable issues
required rollback
What's new in 2.120
(2018-05-06)
The Job/Build permission no longer implies the Job/Cancel permission. The latter needs to be granted explicitly to users who previously got it via this relationship.
(issue 14713 )
Fix issue preventing process killing vetoes being effective on agents.
(issue 9104 , ProcessKillingVeto
extension point implementations )
Allow additional administrative monitors to be dismissed directly from their warning messages.
(pull 3416 )
Make fingerprint logs less verbose.
(issue 50412 )
Be more lenient when validating the root URL (regression in 2.119).
(issue 51064 )
Archiving artifacts now preserves file permissions and last modification time.
(issue 13128 )
Don't extract files from plugin archives to outside their destination directory.
(issue 32778 )
Internal: Add support for incremental Maven releases.
(JEP-305 )
Internal: Further simplify storage of the Jenkins setup wizard’s installation state.
(pull 3405 )
Developer: Extend ClassFilterImpl#isLocationWhitelisted
Maven-oriented exclusions to plugin under test during Gradle builds.
(issue 51062 )