Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
-
1.0-beta-1
Description
If you create a freestyle job that outputs a lot of lines, it doesn't follow it along to the end.
For example, create a freestyle job with nothing but the following:
ping www.apple.com
And once it flows past the view port, it doesn't tail along with the end.
I used this to be "slow" to easily see it happen (it probably could be done with a faster script).
In scope:
- Diagnose above
- Ideally have ATH test to cover freestyle tailling
- fix to tail freestyle (pipeline seems to work correctly)
Regression has been introduced in 574aed8ce38fe8558e528e10355017b088e69f25
const resultRun = run.isCompleted() ? run.state : run.result;
is wrong since it has to be the other way around.