# The form data below was edited by kwirth # Perforce Workshop 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. Required. # 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. # Type: Type of job; [Bug/Feature]. Required. Job: job000160 Status: open Project: p4-jenkins Severity: C ReportedBy: kwirth ReportedDate: 2015/03/03 04:17:14 ModifiedBy: kwirth ModifiedDate: 2015/03/03 04:17:14 Description: P4Jenkins: Stripe whitespace in P4PORT If there is whitespace at the start or end of P4PORT the following error is seen: non-numeric Perforce server port specifier: p4javassl://hostname:port This is difficult to track down. Would be good if it could autocorrect this or report that illegal characters are in the P4PORT. Type: Feature