# The form data below was edited by paul_allen # Perforce Public Depot Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for [none/cdsp4/jam/p4hl] Optional. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. Job: job000045 Status: closed Project: none Severity: C ReportedBy: paul_allen ReportedDate: 2014/04/29 06:27:55 ModifiedBy: paul_allen ModifiedDate: 2014/04/29 06:28:21 Description: Jenkins is unable to resolve filenames with wildcards in them Repro: 1. Create a jenkins build job, and a swarm project linking to the build job 2. In the build job, pass in a workspace/client with wildcards in the file name(!@#$%^&()_+.jpeg) 3. Kick off a build via a shelved change with a review in swarm 4. Bug - Jenkins balks at the wildcard characters in the filename (see console output) Expected - Jenkins is able to resolve the filename and proceed on Console output: Started by user anonymous Building in workspace /var/lib/jenkins/jobs/swarm-job/workspace SCM Task: cleanup workspace: jenkins-master-swarm-job ... [list] = revert //... ... rm [list] | ABANDONED ... [list] = reconcile -n -a //... P4JAVA: //depot/Commons Files/!%40%23$%25^&()_+.jpeg - can't reconcile filename with wildcards . Use -f to force reconcile. ... rm [list] ... [list] = reconcile -n //... P4JAVA: //depot/Commons Files/!%40%23$%25^&()_+.jpeg - can't reconcile filename with wildcards . Use -f to force reconcile. ... sync -f [list] SCM Task: syncing files at HEAD ... sync //... Finished: FAILURE Version: 1.0-SNAPSHOT (private-03/28/2014 17:21-pallen) DevNotes: