Contributor
Alexandru Somai

External Workspace Manager Plugin


Mentors
Oleg Nenashev, Martin d'Anjou
Organization
Jenkins Project

Currently, Jenkins’ build workspace may become very large in size due to the fact that some compilers generate very large volumes of data. The existing plugins that share the workspace across builds are able to do this by copying the files from one workspace to another, process which is inefficient.
A solution for this problem is to create the External Workspace Manager Plugin.