Bug 1029173

Summary: Deleting Jenkins Builder causes build failures.
Product: OpenShift Container Platform Reporter: Eric Rich <erich>
Component: ImageStreamsAssignee: Timothy Williams <tiwillia>
Status: CLOSED DEFERRED QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 1.2.1CC: bleanhar, tiwillia
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1040126 (view as bug list) Environment:
Last Closed: 2016-04-15 19:48:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1040126    

Description Eric Rich 2013-11-11 20:33:55 UTC
Description of problem:

If you delete the jenkins builder gear (from JBoss Developer Studio) and try to rebuild your application the build fails because the build can not be found. 

How reproducible:

Build an application;
Delete the builder gear;
Build the application again;

Additional info:

This seems to be caused because jenkins keeps a list of builders, and upon builder deletion (using REST calls) Jenkins does not get cleaned up.