Changelog for 2.139
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.139
2.139 was not properly released, so only the corresponding Git commits exist.
-
Allow use of the console command with Job/Read permission.
(issue 52181)
-
Upgrade libpam4j from 1.8 to 1.11.
(issue 53055)
-
CLI command
enable-plugin -restart
will no longer restart Jenkins if no plugins were actually enabled.
(issue 52950)
-
Nested
f:repeatable
/f:repeatableProperty
form elements inherited minimum
when they shouldn't.
(issue 37599)
-
Build logs were not displayed correctly when they contained hyperlinks whose link text contains newline characters.
(issue 53016)
-
Developer: Add support for the
@PostConstruct
lifecycle method annotation.
(issue 52818)
-
Developer: Add interface
PersistentDescriptor
that allows implementing Descriptor
s to skip explicit calls to load()
.
(issue 52818)