[ https://issues.jenkins-ci.org/browse/JENKINS-13080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161700#comment-161700 ]
SCM/JIRA link daemon commented on JENKINS-13080: ------------------------------------------------ Code changed in jenkins User: Rob Petti Path: src/main/java/hudson/plugins/perforce/PerforceSCM.java http://jenkins-ci.org/commit/perforce-plugin/13f9f49dc23a48124cc707a169454ee574d350ad Log: [FIXED JENKINS-13080] don't update client view before flushing to 0 on workspace deletion > Wipe Out Workspace fails if Mapping is parametrized > --------------------------------------------------- > > Key: JENKINS-13080 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13080 > Project: Jenkins > Issue Type: Bug > Components: perforce > Environment: 1.450 > Perforce version 1.3.7 > Reporter: Jeff Maxwell > Assignee: Rob Petti > > h2. Workaround > If possible add a default value for the parameter like * > h2. Details > Mapping setting: //depot/my-project/releases/${RELEASE}/... > //my-project-release/... > Mar 14, 2012 12:17:36 PM hudson.plugins.perforce.PerforceSCM > processWorkspaceBeforeDeletion > SEVERE: null > com.tek42.perforce.PerforceException: Error in client specification. Error > detected at line 9. Null directory (//) not allowed in > '//depot/my-project/releases//...'. > For Command: /usr/bin/p4 -s client -i > With Data: > =================== > Client: my-project-release > Owner: perforce > Description: Created by perforce. > Root: opt/jenkins-data/jobs/my-project-release/workspace > Options: noallwrite clobber nocompress unlocked nomodtime rmdir > SubmitOptions: submitunchanged > LineEnd: > View: > //depot/my-project/releases//... //my-project-release/... > =================== > at > com.tek42.perforce.parse.AbstractPerforceTemplate.saveToPerforce(AbstractPerforceTemplate.java:261) > at com.tek42.perforce.parse.Workspaces.saveWorkspace(Workspaces.java:69) > at > hudson.plugins.perforce.PerforceSCM.saveWorkspaceIfDirty(PerforceSCM.java:1373) > at > hudson.plugins.perforce.PerforceSCM.processWorkspaceBeforeDeletion(PerforceSCM.java:2353) > at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:575) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1195) > at > hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:579) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:468) > at hudson.model.Run.run(Run.java:1408) > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira