Skip to content

Instantly share code, notes, and snippets.

@andreasjansson
Created December 20, 2013 11:08
Show Gist options
  • Select an option

  • Save andreasjansson/8053365 to your computer and use it in GitHub Desktop.

Select an option

Save andreasjansson/8053365 to your computer and use it in GitHub Desktop.
jenkins expand all
javascript:(function() { jQuery('a[title="Show details"]').each(function(i, el) { name = el.id.replace(/-showlink$/, ''); showFailureSummary(name, name.replace(/^test-/, '') + '/summary') }); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment