Bug 856479

Summary: Zend jenkins build is displayed as php type
Product: OKD Reporter: joycezhang <jinzhang>
Component: ContainersAssignee: Bill DeCoste <wdecoste>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: >= ami-26fc794f Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-19 19:27:15 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 joycezhang 2012-09-12 06:19:52 UTC
Description of problem:

Zend jenkins build type is displayed as php-5.3.
zend1bldr @ http://zend1bldr-joyceint1.int.rhcloud.com/
=======================================================
Created: 1:17 AM
Git URL: ssh://ff9a1626eb334aea98dd78e82a4a5513.rhcloud.com/~/git/zend1bldr.git/

Cartridges:
 php-5.3


Version-Release number of selected component (if applicable):
int.opeenshift.redhat.com
rhc.0.98.14

How reproducible:
Always

Steps to Reproduce:
1.Create a zend app with jenkins client added.
2.Do some changes in this zend app and git push.
3.Run rhc domain show to check the jenkins slave status or check the builder type from https://jenk1-joyceint1.int.rhcloud.com/job/zend1-build/configure
  
Actual results:
The build type is php-5.3, and zend type is not available in the list.

Expected results:
The build type should be zend-5.6 .


Additional info:
The app info is displayed as zend-5.6 as below:

zend1 @ http://zend1-joyceint1.int.rhcloud.com/
===============================================
Created: Sep 11 11:03 PM
Git URL: ssh://60aa49e10ae8459b80283ee72b10d912.rhcloud.com/~/git/zend1.git/

Cartridges:
  zend-5.6
  rockmongo-1.1 - https://zend1-joyceint1.int.rhcloud.com/rockmongo/
  mongodb-2.0 - mongodb://127.10.8.1:27017/
  jenkins-client-1.4 - https://jenk1-joyceint1.int.rhcloud.com/job/zend1-build/
  postgresql-8.4 - postgresql://127.10.8.1:5432/

Comment 1 joycezhang 2012-11-09 08:00:56 UTC
This bug has been verified and fixed on devenv_2445.


Here's the details for your reference:

Steps:
1.Create a zend app with jenkins client added.
2.Do some changes in this zend app and git push.
3.Run rhc domain show to check the jenkins slave status or check the builder type from jenkins web site.

Actual results:

Zend type is displayed correctly in both rhc client or jenkins web site.

The zend jenkins build type is displayed as zend-5.6 

zend1bldr @ http://zend1bldr-zend1.dev.rhcloud.com/
  ===================================================
    Application Info
    ================
      Created   = 2:00 AM
      UUID      = 2788bcd477bf462c877e46eccc7bb74f
      Gear Size = small
      Git URL   = ssh://2788bcd477bf462c877e46eccc7bb74f.rhcloud.com/~/git/zend1bldr.git/
      SSH URL   = ssh://2788bcd477bf462c877e46eccc7bb74f.rhcloud.com
    Cartridges
    ==========
      zend-5.6

Thanks.