git - How to inspect openshift build log? -
i have application, deployed openshift via pushing source code git repo.
i need troubleshoot problem, occurs during maven build, when executed on openshift (debugging locally not option).
however, can't figure out way inspect maven build logs.
you can either use 'rhc tail' command, or can ssh gear , in ~/app-root/logs directory, @ java server logs. if using jenkins build application, need log jenkins server , @ console build logs see happening.
Comments
Post a Comment