Bug 1285685

Summary: [fork][userinterface_public_574]Manual CLI trigger command for build and deploy are not correctly displayed on web
Product: OKD Reporter: Yadan Pei <yapei>
Component: Management ConsoleAssignee: bpeterse
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, mmccomas
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: 2016-05-12 17:15:36 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 Yadan Pei 2015-11-26 09:26:50 UTC
Description of problem:
On builds and deployments page, Manual (CLI) trigger command missed project name

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

How reproducible:
Always

Steps to Reproduce:
1.Create a test project
2.Create application on web
3.Check build and deploy info

Actual results:
3. Manual (CLI) trigger for build and deploy is shown as: "oc start-build myrubyapp -n" and "oc deploy mongodb --latest -n" project name was missed


Expected results:
3. Manual (CLI) trigger for build and deploy should be "oc start-build myrubyapp -n <%project name%>", "oc deploy mongodb --latest -n <%project name%>"

Additional info:

Comment 1 bpeterse 2015-11-30 15:14:09 UTC
Fixed in commit #42b080577ef on branch bpeterse/refactor-project-service.  Will generate a new fork_ami after looking at the couple of other bugs.

Comment 2 bpeterse 2015-11-30 15:41:08 UTC
New fork_ami being built, will update trello card shortly.

Comment 4 Yadan Pei 2015-12-01 05:20:20 UTC
Will verify when ON_QA