P4TICKET variable use with Jenkins

2012-10-05 Thread Raj
Hi, I dont want to set the P4PASSWD in jobs instead i want to P4TICKET variable which is set to $HOME/.p4tickets should be used all the time. So i provide only USERNAME/PORT in job configuration. But i am getting error such as below; (Jenkins is setup in windows) Started by user anonymous

Re: P4TICKET variable use with Jenkins

2012-10-05 Thread Rob Petti
P4TICKET is interpreted by p4 as the actual value of the ticket (which is a hex string). The variable you are looking for is called P4TICKET*S*. On Friday, 5 October 2012 01:22:33 UTC-6, Raj wrote: Hi, I dont want to set the P4PASSWD in jobs instead i want to P4TICKET variable which is set

Re: P4TICKET variable use with Jenkins

2012-10-05 Thread Richard J
My understanding is that P4TICKET doesn't point to a file, but instead, is defined as the ticket value itself, a 32 char hex string. No?

Re: P4TICKET variable use with Jenkins

2012-10-05 Thread Rob Petti
Exactly. P4TICKETS is the variable that should be set to the location of the ticket file, not P4TICKET. http://www.perforce.com/perforce/r12.1/manuals/cmdref/env.P4TICKETS.html On Fri, Oct 5, 2012 at 2:12 PM, Richard J r...@columbia.edu wrote: My understanding is that P4TICKET doesn't point to