When opening a pipeline build in Blue Ocean it scroll automatically down to 
the bottom of the last failed step.

If it is not possible it would be very helpful to control where it scrolls 
down to. For instance to scroll down to the first error in the failed step 
output.

[ 12%] Building CXX object src/CMakeFiles/connect.dir/actf_if.cpp.o
In file included from /usr/include/comp/base/debug_logger.h:20:0,
from 
/dev/shm/rpmroot-opensuse42.3_x86_64/BUILD/sys-server-4.2.107/plugins/connect_xml/xml_client.cpp:19:
/usr/include/comp/datestamp.h:11:11: *error:* This file needs C++17
M_REQUIRE_CXX17

......

Makefile:140: recipe for target 'all' failed
error: Bad exit status from 
/dev/shm/rpmroot-opensuse42.3_x86_64/tmp/rpm-tmp.FHrG8M (%build)
    Bad exit status from 
/dev/shm/rpmroot-opensuse42.3_x86_64/tmp/rpm-tmp.FHrG8M (%build)

RPM build errors:
script returned exit code 1


In this case users have to scroll up to find the actually errors in the 
output. We have gotten some complaints from our developers that it is 
cumbersome to find the errors, without excessive scrolling or searching.

It would be a very welcoming feature to Blue Ocean to be able to choose 
where the automatic scrolling should stop.

Also if the output could highlight the errors and warnings
*error:* ****
*warning:* ****


We are using the AnsiColorBuildWrapper, but it doesn't highlight errors and 
warnings.
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
Only outside of Blue Ocean I can see some coloring of test runs:

[r13-opensuse42.3-x86_64] 1: [----------] 1 test from rules
[r13-opensuse42.3-x86_64] 1: [ RUN      ] rules.constructor
[r13-opensuse42.3-x86_64] 1: [       OK ] rules.constructor (5 ms)
[r13-opensuse42.3-x86_64] 1: [----------] 1 test from rules (5 ms total)

[r13-opensuse42.3-x86_64] 1: [  PASSED  ] 4 tests.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d4193834-96ba-4301-a2c7-ebf3a1076094%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to