Bug fix
-
Place secondary actions in the collapsing menu instead of displaying them based on screen width.
JENKINS-75727
-
Any
RootAction
that used custom rendering (action.jelly
) is once again visible in the header and behaves appropriately.
Any RootAction
that uses jelly to show/hide is correctly hidden in the header.
Any RootAction
with sub tasks now shows the subtasks as a dropdown when in the correct context.
JENKINS-75683
-
Do not hide contents of
Execute shell
, parameter descriptions, and other CodeMirror
components after skeleton loading.
JENKINS-75794
Enhancement
-
Developer: System properties can now use flexible time units:
30s
, 3m
, 1h
, 2d
, etc.
pull 10561