Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save szalansky/f253049507991574e10b to your computer and use it in GitHub Desktop.
Save szalansky/f253049507991574e10b to your computer and use it in GitHub Desktop.
Bookmark: Show the errors in a Jenkins console output easier
javascript:var errors = jQuery('.console-output > span[style*="CD0000"]').clone(); jQuery('.console-output').empty(); jQuery('.console-output').append(errors); jQuery('.console-output > span').append("<br/>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment