Bug 868020

Summary: invalid username/password in jenkins cloud config causes looping rest calls for user
Product: OKD Reporter: Bill DeCoste <wdecoste>
Component: ContainersAssignee: Bill DeCoste <wdecoste>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: jhou
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-06 18:50:31 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:

Description Bill DeCoste 2012-10-18 22:08:19 UTC
Description of problem:
If invalid username/password is added to the  jenkins cloud config then the result is an endless loop of rest calls to get a user



Version-Release number of selected component (if applicable):


How reproducible:
always


Steps to Reproduce:
1. create jenkins app and jenkins-enabled app
2. add a bogus username/password to Manage Jenkins/Configure/Cloud
3.
  
Actual results:
endless failures


Expected results:
requests will stop after some number of retries


Additional info:

Comment 1 Jianwei Hou 2012-10-22 03:01:00 UTC
Verified on devenv_2360

1. Create a jenkins server app
2. Create an app embedded with jenkins-client
3. add a bogus username/password to Manage Jenkins/Configure/Cloud
4. Make some change in app's repo and trigger jenkins build and check jenkins log

Result:
After some number of retries, build failed.