Skip to content

Instantly share code, notes, and snippets.

@rlingineni
Last active June 14, 2019 19:34
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 rlingineni/12e6da2fc66cab6fea758cb70fd015c6 to your computer and use it in GitHub Desktop.
Save rlingineni/12e6da2fc66cab6fea758cb70fd015c6 to your computer and use it in GitHub Desktop.
Build Break Actions
Build Break Actions
Build Break
Rerun Build -> View Logs
Ping Possbile PR Owners -> Owner Notified
View Logs
Read Logs -> View Logs
Log Actions -> Resolve
Test Failure Actions
Test Failure
Rerun Tests -> View Logs
Ping Possbile Test Owners -> Owner Notified
Owner Notified
Accept Build Break -> Build Break
Accept Test Failure -> Test Failure
Resolve
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment