[JIRA] (JENKINS-33487) Team Foundation Server plugin error about already mapped folder after updating to 4.1.0

2018-11-15 Thread jakethesnake...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jake Wallace commented on  JENKINS-33487  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Team Foundation Server plugin error about already mapped folder after updating to 4.1.0   
 

  
 
 
 
 

 
 An easy workaround that has been used for several pipelines that have run into this issue is to rename the pipeline. Not ideal but can add a suffix or prefix to the pipeline until you run into the issue again.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33487) Team Foundation Server plugin error about already mapped folder after updating to 4.1.0

2018-10-24 Thread jakethesnake...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jake Wallace commented on  JENKINS-33487  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Team Foundation Server plugin error about already mapped folder after updating to 4.1.0   
 

  
 
 
 
 

 
 Having the same issue with version v5.142 

 

Mapping '$/Projects/Configurator-SCM/Configurator-Wizard Dev' to local folder '/var/jenkins_home/workspace/PICAppDev/SCMWizardDev@script' in workspace 'Hudson-SCMWizardDev-MASTER'...
com.microsoft.tfs.core.ws.runtime.exceptions.SOAPFault: The workspace Hudson-SCMWizardDev-MASTER;dev_appdev_service already exists on computer ffaf3eb56301.
	at com.microsoft.tfs.core.ws.runtime.client.SOAP12Service.examineResponseDOMForFault(SOAP12Service.java:117)
	at com.microsoft.tfs.core.ws.runtime.client.SOAPService.examineBodyForFault(SOAPService.java:987)
	at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequestInternal(SOAPService.java:665)
	at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequest(SOAPService.java:444)
	at ms.tfs.versioncontrol.clientservices._03._RepositorySoap12Service.createWorkspace(_RepositorySoap12Service.java:555)
	at com.microsoft.tfs.core.clients.versioncontrol.internal.WebServiceLayer.createWorkspace(WebServiceLayer.java:784)
Caused: com.microsoft.tfs.core.exceptions.TECoreException: The workspace Hudson-SCMWizardDev-MASTER;dev_appdev_service already exists on computer ffaf3eb56301.
	at com.microsoft.tfs.core.exceptions.mappers.TECoreExceptionMapper.map(TECoreExceptionMapper.java:92)
	at com.microsoft.tfs.core.exceptions.mappers.VersionControlExceptionMapper.map(VersionControlExceptionMapper.java:43)
	at com.microsoft.tfs.core.clients.versioncontrol.internal.WebServiceLayer.createWorkspace(WebServiceLayer.java:792)
	at com.microsoft.tfs.core.clients.versioncontrol.VersionControlClient.createWorkspace(VersionControlClient.java:1020)
	at com.microsoft.tfs.core.clients.versioncontrol.VersionControlClient.createWorkspace(VersionControlClient.java:950)
	at hudson.plugins.tfs.model.MockableVersionControlClient.createWorkspace(MockableVersionControlClient.java:114)
	at hudson.plugins.tfs.commands.NewWorkspaceCommand.call(NewWorkspaceCommand.java:81)
	at hudson.plugins.tfs.commands.NewWorkspaceCommand.call(NewWorkspaceCommand.java:24)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
	at hudson.plugins.tfs.model.Server.execute(Server.java:233)
Caused: java.lang.RuntimeException
	at hudson.plugins.tfs.model.Server.execute(Server.java:237)
	at hudson.plugins.tfs.model.Workspaces.newWorkspace(Workspaces.java:109)
	at hudson.plugins.tfs.actions.CheckoutAction.getProject(CheckoutAction.java:144)
	at hudson.plugins.tfs.actions.CheckoutAction.checkout(CheckoutAction.java:59)
	at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:352)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:144)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:67)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:290)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE