Jenkins console output not in realtime

后端 未结 9 1191
失恋的感觉
失恋的感觉 2020-12-13 06:14

Pretty new to Jenkins and I have simple yet annoying problem. When I run job (Build) on Jenkins I am triggering ruby command to execute my test script.

Problem is Je

9条回答
  •  渐次进展
    2020-12-13 06:37

    The Operating-System is buffering output-data by nature, to save CPU, and so does Jenkins.

    Looks like you are using a shell-command to run your Ruby script -
    I suggest running your Ruby script directly via the dedicated plugin:

    Jenkins Ruby Plugin

    (may need to install it)

提交回复
热议问题