| I have the same use case: multiple locations, each of which has its own p4 proxy (different IPs in every location). Right now, the plugin clobbers P4HOST and P4PORT, rather than first checking if there are any existing environment variables by those names. So, that would be my recommendation - use any already-set environment variables rather than clobbering those environment variables with whatever happens to be in the form for the credential. |