Skip to content

Instantly share code, notes, and snippets.

@gustiando
Last active August 13, 2016 06:05
Show Gist options
  • Save gustiando/4df950c9c6ccee947fd4 to your computer and use it in GitHub Desktop.
Save gustiando/4df950c9c6ccee947fd4 to your computer and use it in GitHub Desktop.
alertWhenDone = function() { if($('.summary-message.running').length === 0) alert('Build is done') }
setInterval(alertWhenDone, 20*1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment