Skip to content

Instantly share code, notes, and snippets.

@allangrds
Forked from MarcoWorms/gotravisgo.js
Last active November 23, 2018 20:39
Show Gist options
  • Save allangrds/fffd5a6497b4f631267792c5a9fd23f1 to your computer and use it in GitHub Desktop.
Save allangrds/fffd5a6497b4f631267792c5a9fd23f1 to your computer and use it in GitHub Desktop.
window.setInterval(
() => document.querySelectorAll('.build-status.failed')
.forEach(build => {
console.log('Restarting build')
document.querySelector('.action-button--restart').click()
}),
5000
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment