[jbosstools-issues] [JBoss JIRA] (JBIDE-23622) Build Log: impossible to get logs once the build pod is completed

Andre Dietisheim (JIRA) issues at jboss.org
Fri Dec 2 10:32:00 EST 2016


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

Andre Dietisheim updated JBIDE-23622:
-------------------------------------
    Steps to Reproduce: 
EXEC: Create a new OpenShift 3 application from a template/builder image.
ASSERT: Build is triggered and visible in Properties view
EXEC: Wait until build is finished, in "Properties"/"Build" tab you can see your build in state "Competed"
EXEC: In "Properties" view, select "Builds" tab and pick "Build Log..."

Result:
You cannot get the log of the finished build, you're told that the pod for the build is Completed.
!cannot-build-log.png! 

Excepted result:
You should be able to get the build logs even once they're finished. In oc you can do this via 
(you list the build configs that exist and pick the one that is/was responsible for your build and use it to "oc logs")
{code}
oc logs -f bc/<build-config for your build>
{code}


  was:
EXEC: Create a new OpenShift 3 application from a template/builder image.
ASSERT: Build is triggered and visible in Properties view
EXEC: Wait until build is finished, in "Properties"/"Build" tab you can see your build in state "Competed"
EXEC: In "Properties" view, select "Builds" tab and pick "Build Log..."

Result:
You cannot get the log of the finished build, you're told that the pod for the build is Completed.
!cannot-build-log.png! 

Excepted result:
You should be able to get the build logs even once they're finished. In oc you can do this 



> Build Log: impossible to get logs once the build pod is completed
> -----------------------------------------------------------------
>
>                 Key: JBIDE-23622
>                 URL: https://issues.jboss.org/browse/JBIDE-23622
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.4.2.Final
>            Reporter: Marián Labuda
>              Labels: openshift_v3
>         Attachments: log_build.png
>
>
> When I am trying to get a log of completed build, either via context menu of a pod in tabbed property Pods or via context menu of a build in tabbed property Builds, I get following error dialog
> !log_build.png!
> There is no error in log.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jbosstools-issues mailing list