Skip to content

Instantly share code, notes, and snippets.

@christemple
Created August 7, 2015 11:06
Show Gist options
  • Save christemple/3fdd682c933858d78b3b to your computer and use it in GitHub Desktop.
Save christemple/3fdd682c933858d78b3b 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