To prevent recurring workspace-related
errors, please implement a post-stage cleanup within your Jenkinsfiles.
This will ensure workspaces are cleared upon run completion.
cleanWs(
deleteDirs: true,
disableDeferredWipeout: true,
)
add this to the following jenkins job to prevent workspace not cleaning up
We will also need to identify which install jobs will need this