Hi, when I was using Jenkins to build tasks, I wanted to view the workspace. Previously, when building tasks on the controller node, clicking on the workspace would show a link. Now, I have migrated to creating dynamic agents using the Kubernetes plugin to complete task builds. After persisting the agent workspace, clicking on the workspace does not show any link, but during the build process, the link is visible and clickable. After the task is completed, it displays as follows.
After switching to dynamic Kubernetes agents, the workspace link disappears after the build because the agent (and its workspace) is deleted. To keep access:
Use archiveArtifacts to save needed files.
Or persist the workspace to a shared volume and link it manually.