]
Nick Boldt commented on JBIDE-25596:
------------------------------------
[checkUnresolvedIssues.py] Slip to fixversion = *4.5.x*
Wrong Git repo used when creating OpenShift application
-------------------------------------------------------
Key: JBIDE-25596
URL:
https://issues.jboss.org/browse/JBIDE-25596
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.Final
Reporter: Jeff MAURY
Assignee: Dmitrii Bocharov
Labels: openshift
Fix For: 4.5.x
When creating an OpenShift application from a local Eclipse project, the Git repo URL is
wrongly extracted.
I have clone a project so I have two remotes in my Git config: upstream and orign. I have
created a branch and pushed to origin.
When the OpenShift application is created, the Git repo URL is upstream and the Git ref
is the newly created branch. Thus this is invalid as the newly created branch does not
exists on upstream and I would expect the Git repo URL to be origin