Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jcli job log -w gets stuck #666

Open
natsen opened this issue Jan 28, 2022 · 0 comments
Open

jcli job log -w gets stuck #666

natsen opened this issue Jan 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@natsen
Copy link

natsen commented Jan 28, 2022

Describe the bug
jcli job log -w watches for last build and starts tailing the latest build log when the build has started but does not tail the entire log. It tails the first few lines of the log and then gets stuck - no more output is printed and the command doesn't get terminated.

once it is stuck. Terminating the command and running jcli job log full log of lastbuild as expected.

To Reproduce
Steps to reproduce the behavior:

  1. jcli job build "myjob"
  2. jcli job log -w "myjob"
  3. Observe the log starting to tail when the build started but gets stuck after few lines

Expected behavior
jcli job build "myjob" should tail the entire build until it is complete.

Desktop (please complete the following information):

  • OS: Linux
  • Version
  • Version: 0.0.38
    Last Commit: a99158f
    Build Date: 2021-09-22T01:54:03Z
@natsen natsen added the bug Something isn't working label Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant