How to set Jenkins with 24-hour format

-1

Hello, I would like to know how I can set Jenkins in 24-hour format, because it is currently formatted for 12 hours.

I have already found topics that speak how to change in the English language, I want to change the schedule but remain in the Portuguese language.

    
asked by anonymous 24.07.2017 / 21:31

1 answer

0

Access the Manage Jenkins menu - > Set up the system, in the Timestamper area, set the time mask that you like the most. I use:

System clock time format

'<b>'HH:mm:ss'</b>'

Elapsed time format

'<b>'HH:mm:ss.S'</b>'
    
10.08.2017 / 20:26