Bug 885587
| Summary: | Jenkins server isn't created using option --enable-jenkins without jenkins server name speicified if commander version is 4.0.3 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Xiaoli Tian <xtian> |
| Component: | oc | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.2.0 | CC: | bleanhar, ccoleman, ffranz, jialiu, jinzhang, jizhao, libra-onpremise-devel, xtian |
| Target Milestone: | --- | Keywords: | Regression, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 878407 | Environment: | |
| Last Closed: | 2013-01-31 20:33:25 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: | 878407 | ||
| Bug Blocks: | |||
|
Description
Xiaoli Tian
2012-12-10 07:14:44 UTC
Has this been fixed? I remember seeing another bug where rhc was verified to work with multiple versions of commander. (In reply to comment #2) > Has this been fixed? I remember seeing another bug where rhc was verified > to work with multiple versions of commander. Hi, Brenton If you are asking if it's fixed in current enterprise version 1.1.11, then it's not. If you are asking if it's fixed in upstream, then yes. You could find that this bug is cloned from the upstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=878407, which is fixed since rhc-1.2.2 -xiaoli Thanks for the clarification!! The latest puddle will ship rhc-1.3.2. Verified this bug with rhc-1.3.2-1.1.el6op.noarch, and PASS. # gem list command *** LOCAL GEMS *** commander (4.0.3) # rhc app create phptest php-5.3 --enable-jenkins --no-git Password: ****** Application Options =================== Namespace: jialiu Cartridge: php-5.3 Scaling: no Gear Size: default Creating application 'phptest' ... done Setting up a Jenkins application ... done Setting up Jenkins build ... done Waiting for your DNS name to be available ... done phptest @ http://phptest-jialiu.example.com/ (uuid: d5133dffdd084c36898868c35343295a) ===================================================================================== Created: 5:34 AM Gear Size: small Git URL: ssh://d5133dffdd084c36898868c35343295a.com/~/git/phptest.git/ SSH: d5133dffdd084c36898868c35343295a.com php-5.3 (PHP 5.3) ================= jenkins-client-1.4 (Jenkins Client 1.4) ======================================= Connection URL: https://jenkins-jialiu.example.com/job/phptest-build/ RESULT: Application phptest was created. Application jenkins was created. Jenkins created successfully. Please make note of these credentials: User: admin Password: RiWzabREvWAU Note: You can change your password at: https://jenkins-jialiu.example.com/me/configure Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0220.html |