Jie Shen
Software engineer at Microsoft. Focusing on DevOps and cloud native.
Jenkins stores all generated artifacts on the controller server filesystem. This presents a couple of challenges especially when you try to run Jenkins in the cloud: As the number of artifacts grow, your Jenkins controller will run out of disk space. Eventually, performance can be impacted. Frequent transfer of files between agents and controller may cause load, CPU or network issues which...