Created attachment 1188583 [details] Repository description Description of problem: The information presented in web console BuildConfig's description shows me: Source repo: https://github.com/soltysh/talks/tree/master/2015/pyconpl%2Fsrc%2Fblast-image Source context dir: 2015/pyconpl/src/blast-image The context dir is correct, but the repo from CLI is: URL: https://github.com/soltysh/talks.git The problem is getting worse if this URL is getting longer which makes in even less readable. Version-Release number of selected component (if applicable): GCE dedicated, Hack Day 08/08 How reproducible: Always Steps to Reproduce: 1. Create a BuildConfig with context dir set 2. Go to overview page of that BuildConfig Actual results: Unreadable information about the source repo Expected results: The text should show me just the actual repo, but the underlying link should be pointing to the path that's currently there, iow the repo with the context dir. Additional info: none
The same problem applies to builds list.
https://github.com/openshift/origin-web-console/pull/335
merged into origin-web-console and OSE, merging to origin in https://github.com/openshift/origin/pull/10355
Checked against v3.3.0.18 1. Create app from image python:2.7 Set Git Repository URL: https://github.com/openshift/sti-python.git Set Context Dir: 2.7/test/django-test-app 2. Check BuildConfig configuration tab Source repo: https://github.com/openshift/sti-python.git Source ref: master Source context dir: 2.7/test/django-test-app Source repo text shows the exact repo configured "https://github.com/openshift/sti-python.git" Click on the link points to the repo with the context dir "https://github.com/sclorg/s2i-python-container/tree/master/2.7/test/django-test-app"
Move to VERIFIED since it works as expected now
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-2016:1933