Re: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-09-24 Thread Daniel B
Did you ever resolve this? I'm seeing the same problem on a CentOS box. Thanks On Monday, 8 July 2013 12:22:01 UTC-4, Usman Ismail wrote: Both the job failing and succeeding are running on OSX boxes. On Monday, July 8, 2013 9:21:30 AM UTC-7, Usman Ismail wrote: The password is simple its

Re: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-09-24 Thread Usman Ismail
No idea if this is the canonical solution but I resolved the issue but adding the following line to to the Script Content field in the Inject environment variables setting. This way a ticket file is created on the Jenkins Slave before every build. See attached screen-cap. echo ${P4PASSWD} | p4

RE: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-07-08 Thread James Nord (jnord)
Passwords with any shell special characters aren't handled properly (there is an open JIRA). So '\' on Unix like OSs will want some escaping - try your password with \\ instead of a single backslash - or put quotes around it. Is your other box which can perform releases a windows box? That's

Re: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-07-08 Thread Usman Ismail
The password is simple its just the user name that has the slash. Its running on an OSX box. On Monday, July 8, 2013 1:20:42 AM UTC-7, James Nord (jnord) wrote: Passwords with any shell special characters aren’t handled properly (there is an open JIRA). So ‘\’ on Unix like OSs will

Re: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-07-08 Thread Usman Ismail
Both the job failing and succeeding are running on OSX boxes. On Monday, July 8, 2013 9:21:30 AM UTC-7, Usman Ismail wrote: The password is simple its just the user name that has the slash. Its running on an OSX box. On Monday, July 8, 2013 1:20:42 AM UTC-7, James Nord (jnord) wrote: