Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	component: "string"
	branch: "string"
}

Push 

Code Block
// Any reason we can't use git directly?

Mark complete (use when a dev is done, to notify backend the development is considered done)

Code Block
{
	component: "string"
	branch: "string"
}

Start Build (called by runner / cli)

Code Block
{
  	component: "string"
	branch: "string" 
}