-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
Jenkins ver. 2.204.1 Timestamper 1.10 Java OpenJDK 1.8.0_232-b09 Chrome 79.0.3945.88(64 bit) install Jenkins via kubernetes helm
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.