| For a Free-Style job: Enable 'Add timestamps to the Console Output' Execute Shell: ``` for i in $(seq 1 1 10000) do echo "Welcome $i times" done ``` After build, open /consoleFull, scroll from top to bottom, Chrome will be frozen. When I disable timestamper, everything is ok. When I open /consoleText instead of /consoleFull, it is ok too. I tried install jenkins directly in ubuntu or centos, Chrome will be frozen too. I also tried FireFox and Edge, they won't be frozen and scroll smoothly. |