Change 10757

paul_allen (Paul Allen)
Paul Allen committed this change into //guest/perforce_software/p4jenkins/main/src/main/java/org/jenkinsci/plugins/p4
Request Review
Download .zip
More efficient listing of files.

Listing files for the Change reporting used `p4 files //…@=<id>`, this now uses `p4 describe -s <id>` for changes and `p4 files //…@<id>` for labels.

The `\\…@label` should be much more efficient as it only looks as the db.label table not db.rev.  I can’t limit the scope to a workspace. Often the client name uses ${var}, which are not present at this point in the code.

JENKINS-25303
  • Files 2
  • Comments 0
2 edited 0 added 0 deleted
changes/P4ChangeEntry.java#6
Loading...
client/ConnectionHelper.java#14
Loading...
Tip: Use n and p to cycle through the changes.