gitbucket-ci-plugin
gitbucket-ci-plugin copied to clipboard
Display build log incrementally
Currently, realtime build log is refreshed entirely at constant intervals. But it's not efficient if build log is large. Essentially, It should get and apply only added lines.