79645112

Date: 2025-05-30 08:22:04
Score: 0.5
Natty:
Report link

Becouse workspace with this dir allready in use. Maybe it parallel stage running, maybe jenkins pin this workspace in previous jobs.
You can override it with

agent{ 
  node {
    customWorkspace '/my/new/workspace/'
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sam Kisada