]
Jeff MAURY commented on JBIDE-24778:
------------------------------------
If you have a way to determine that the project is not compatible with the image, then use
the URL from the image otherwise use the URL from the project git report but it's
likely that the build will fail
Creating application from Eclipse project which already defines a Git
repo should reuse the URL
-----------------------------------------------------------------------------------------------
Key: JBIDE-24778
URL:
https://issues.jboss.org/browse/JBIDE-24778
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.5.0.AM2
Reporter: Mickael Istria
Assignee: Dmitrii Bocharov
Fix For: 4.5.1.Final
Attachments: ImageOrProject.png
I'm trying to connect an existing Eclipse project to OpenShift.
The project is connected to GitHub (
https://github.com/mickaelistria/demo-dotnet.git )
The OpenShift application I'm using uses a dotnet-core:2.0 image.
Once I've selected the openshift project, the Eclipse project and the application
image; I'm driven to a wizard page asking me for some details about the application,
including the Git repo URL.
I would expect the repo URL to be prepopulated with the Git repo URL of my Eclipse
project
Instead, the URL was the one of the image example:
https://github.com/redhat-developer/s2i-dotnetcore-ex.git
If this is an issue in the .NET Core 2.0 image, please tell me and I'll open a bug
for it.