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

2018-11-16 Thread stuart.far...@austalusa.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stu Farish commented on  JENKINS-33487  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
 OK, I figured that part out. At least that makes it functional 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-11-15 Thread stuart.far...@austalusa.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stu Farish 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. "   I don't understand what that means? In terms of this, what's the pipeline?    
 

  
 
 
 
 

 
 
 

 
 
 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-11-15 Thread stuart.far...@austalusa.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stu Farish commented on  JENKINS-33487  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
 I'm also having the same issue with version v5.142   Mapping '$/AustalBS' to local folder 'C:\Program Files (x86)\Jenkins\workspace\AustalBSFreestyle\MEL' in workspace 'Hudson-AustalBSFreestyle-MASTER'... FATAL: com.microsoft.tfs.core.exceptions.TECoreException: The workspace Hudson-AustalBSFreestyle-MASTER;Stuart Farish already exists on computer AUSAT1SVTFS02. com.microsoft.tfs.core.ws.runtime.exceptions.SOAPFault: The workspace Hudson-AustalBSFreestyle-MASTER;Stuart Farish already exists on computer AUSAT1SVTFS02. 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-AustalBSFreestyle-MASTER;Stuart Farish already exists on computer AUSAT1SVTFS02. 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 hudson.scm.SCM.checkout(SCM.java:504) at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Finished: FAILURE