[jbosstools-issues] [JBoss JIRA] (JBIDE-26168) Import application: branch label shows "null"

Andre Dietisheim (JIRA) issues at jboss.org
Thu Aug 9 09:21:00 EDT 2018


     [ https://issues.jboss.org/browse/JBIDE-26168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-26168:
-------------------------------------
    Fix Version/s: 4.9.x


> 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
>            Priority: Minor
>              Labels: import_wizard
>             Fix For: 4.9.x
>
>         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.adoc
> {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! 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list