I've created a perforce workspace and I've sync it to the head version.
However I would like to sync the same workspace to a label but without deleting files that are not in the label. Like running the command p4 sync <workspace>/... @=label .
I've tried many combinations of the populate command but all of them have run something like p4 sync <arguments><workspace>/... @label
Is there a way to run the p4sync command on jenkins so that it run a p4 sync ** @= command?*
Thanks!
- is caused by
-
JENKINS-58745 P4Groovy p4.run() does not locate credentials in folder
-
- Closed
-
[JENKINS-57314] P4 Sync to label after sync to head without deleting non labeled files
Assignee | New: Karl Wirth [ p4karl ] |
Description |
Original:
I've created a perforce workspace and I've sync it to the head version. However I would like to sync the same workspace to a label but without deleting files that are not in the label. Like running the command p4 sync <workspace>/... @=label . I've tried with may continuations of the populate command but all of them have run something like p4 sync <arguments><workspace>/... @label Is there a way to have a to run the p4sync command to create a *@= command?* *Thanks!* |
New:
I've created a perforce workspace and I've sync it to the head version. However I would like to sync the same workspace to a label but without deleting files that are not in the label. Like running the command p4 sync <workspace>/... @=label . I've tried many combinations of the populate command but all of them have run something like p4 sync <arguments><workspace>/... @label Is there a way to run the p4sync command on jenkins so that it run a p4 sync *** *@= command?* *Thanks!* |
Labels | New: P4_B |
Assignee | Original: Karl Wirth [ p4karl ] |
Hi citylife4 - Not sure so I will try it out here and get back to you with my findings.