Quantcast

Perforce plugin- Don't do what I did

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Perforce plugin- Don't do what I did

Richard Otter-2
I was working on eliminating a Perforce error being generated in my build script. As I checked in the modified build script into perforce, I added the p4 error message I was trying to fix in the change list description. That way, I could search for it if I saw it agian.
 
Guess what: When Jenkins tried to build after the checkin, the Perforce plugin for Jenkins must have seen the error message inside the change list and declared the communication with Perforce to have failed and thereofre failed the build. 
 
Luckily, it was an easy fix. I just edited the submitted changelist to remove the error message, and now all iw well.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Perforce plugin- Don't do what I did

Rob Petti-2
What was the message?

On Tuesday, 4 September 2012 15:02:33 UTC-6, Richard J wrote:
I was working on eliminating a Perforce error being generated in my build script. As I checked in the modified build script into perforce, I added the p4 error message I was trying to fix in the change list description. That way, I could search for it if I saw it agian.
 
Guess what: When Jenkins tried to build after the checkin, the Perforce plugin for Jenkins must have seen the error message inside the change list and declared the communication with Perforce to have failed and thereofre failed the build. 
 
Luckily, it was an easy fix. I just edited the submitted changelist to remove the error message, and now all iw well.
 
 
Loading...