Skip to content

Instantly share code, notes, and snippets.

@EcutDavid
Last active September 3, 2019 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EcutDavid/f20ad2e4ec0e810f89a4932d3d141c1a to your computer and use it in GitHub Desktop.
Save EcutDavid/f20ad2e4ec0e810f89a4932d3d141c1a to your computer and use it in GitHub Desktop.
build-kite-stuff
// Retry the first time time-out
document.querySelectorAll('.build-details-pipeline-job-state-timed_out, .build-details-pipeline-job-state-failed').forEach(d => {
d.querySelector('i').click();
d.querySelector('a[href$=retry]').click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment