Bug 1250153
| Summary: | webui doesn't accept branch or tag information in source url | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Erik M Jacobs <ejacobs> |
| Component: | Management Console | Assignee: | Jessica Forrester <jforrest> |
| Status: | CLOSED ERRATA | QA Contact: | Yanping Zhang <yanpzhan> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | dmcphers, jliggitt, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, pruan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Feature: The OpenShift Enterprise web console now allows users to specify the git ref from which their build will be created.
Reason: So that users may choose the tag or branch from which to create their build.
Result: Web console users may choose the tag or branch from which to create their build.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-09-22 19:52:43 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
Erik M Jacobs
2015-08-04 15:27:02 UTC
Fix is in https://github.com/openshift/origin/pull/4223 You can input a URL like https://github.com/openshift/nodejs-ex#v1.0.1 and it will strip off the ref and use that instead of "master". If no ref is specified then it will still default to master. Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/9a8f016cd4d6959c4ceffa1cc42c8527fa8aa977 Bug 1250153 - console doesnt accept git ref in create from source URL The fix in pull4223 works on origin, but we need a new ose puddle with the fix to verify this enterprise bug. Pls provide the puddle ,then move the bug ON_QA again. Verified on puddle OpenShiftEnterprise/3.0/2015-09-08.1 # oc version oc v3.0.1.900-185-g2f7757a kubernetes v1.1.0-alpha.0-1605-g44c91b1 Steps to verify: 1.On web console, create app with: https://github.com/openshift/nodejs-ex#v1.0.1 and choose image nodejs 2.Check the buildconfig, pod and build. Actual results: 1.App is created successfully. 2.Build is completed and pod is running. In the buildconfig, the source is using ref v1.0.1: <--snip--> source: git: ref: v1.0.1 uri: https://github.com/openshift/nodejs-ex type: Git <--snip--> And from the build logs, confirm that it used ref v1.0.1: "Checked out "v1.0.1"" So move the bug to verified. 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. https://access.redhat.com/errata/RHBA-2015:1835 |