Issue Type: Bug Bug
Assignee: Rob Petti
Components: perforce
Created: 27/Feb/14 6:49 AM
Description:

I want to pull changes for non-continuous changelist numbers from perforce. If I include the values as a comma separated list e.g. CH1, CH5, CH7 in the P4Label field of the perforce plugin, all changes in between CH1 and CH5 and CH5 and CH7 are synced. There is an option in perforce to sync to specific changelist using the "@=" option. Specifying CH1 @=CH5 @=CH7 generates the command p4 sync "//workspace-name/...@CH1 @=CH5 @=CH7". The double quotes is creating issues as the command p4 -c workspace-name sync @CH1 @=CH5 @CH7 from the command line works. This is causing issues to make a build on specific changesets instead of a range between changesets

Project: Jenkins
Priority: Minor Minor
Reporter: Anand Parthasarathy
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

--
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/groups/opt_out.

Reply via email to