Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not A Defect
-
Master: Windows 7 Enterprise 64bit
Slave: Windows 7 Enterprise 64bit
Jenkins: Jenkins ver. 2.19.1 (JRE1.7.0 64bit)
Description
It is not possible to clean the global "workspace" that holds the SCM workspace information. This is needed as it might happen, that the SCM information might be damaged or out-of-date.
Example:
In my special case I have a project that uses SVN externals to a single file. This is not supported if the SVN Workspace Version is lower than 1.6. So I changed the default SVN workspace version setting in Jenkins from 1.4 to 1.6. After that it is necessary to clean the already existing SVN workspace. Yet this is not possible because an appropriate "Button" at the root of the Multibranch Pipeline is missing. In Jenkins 1.0x a job offered an option "Wipe Out Current Workspace" to solve this deadlock.
Withdrawing this issue as the failure has been within my configuration.
It is necessary to configure "Subversion Workspace Version" for both - Server and SlaveNode.