]
Andre Dietisheim updated JBIDE-26168:
-------------------------------------
Attachment: (was: import-error.png)
Import application: branch label shows "null"
---------------------------------------------
Key: JBIDE-26168
URL:
https://issues.jboss.org/browse/JBIDE-26168
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.6.0.AM3
Reporter: Andre Dietisheim
Labels: import_wizard
Attachments: checkout-branch-null.png
steps:
# ASSERT: in cmd-line: make sure you logged into an OpenShift server via "oc"
{code}oc login <openshift-server>{code}
# ASSERT: in cmd-line: make sure you that you selected a project in "oc"
{code}oc project <openshift-project-name>{code}
# EXEC: create the app according to the "oc" based steps in
https://github.com/redhat-helloworld-msa/helloworld-msa/blob/master/hello...:
{code}
$ git clone
https://github.com/redhat-helloworld-msa/hello
$ cd hello/
$ oc new-build --binary --name=hello -l app=hello
$ mvn package -Popenshift
$ oc start-build hello --from-dir=. --follow
$ oc new-app hello -l app=hello,hystrix.enabled=true
$ oc expose service hello
{code}
# ASSERT: in Explorer: the application-service "hello" is visible
# EXEC: select the "hello" service and pick "Import Application..."
& Look at "Check out branch" label
RESULT:
the label shows *null*
!checkout-branch-null.png!