Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Last active November 1, 2018 18:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingluscas/3528d0f19dc3a8c08d8800417103a3f9 to your computer and use it in GitHub Desktop.
Save flyingluscas/3528d0f19dc3a8c08d8800417103a3f9 to your computer and use it in GitHub Desktop.
Go CircleCI Go
setInterval(() => {
if (document.querySelector('.css-1jwka9i').innerText === 'FAILED' || document.querySelector('.css-1jwka9i').innerText === 'CANCELED') {
document.querySelector('.css-1kqc31n').click()
document.querySelector('#menu-1 button:first-child').click()
console.log('Job reloaded!')
}
}, 60000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment