Issue Type: Bug Bug
Affects Versions: current
Assignee: Rob Petti
Components: perforce
Created: 30/Nov/12 12:49 PM
Description:

The perforce plugin attempts to retrieve the perforce ticket from the second line of the "p4 login -p" command.

However, the ticket is not always on the second line (On our setup, the second line is "Success: Password verified")

The bug comes from in http://jenkins-ci.org/commit/perforce-plugin/707d9d2251eec668e0ac1ff816477589471e65c4 for issue JENKINS-15862, which forces the ticket to be parsed from the second line (The previous behavior always used the last line).

Suggestion: Use the regex "[0-9A-F]{32}" to find the line containing the perforce ticket

Environment: Windows XP
Project: Jenkins
Priority: Major Major
Reporter: ldore
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to