Versions Compared

Key

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

...

Code Block
'headers': {
 	"linux_username": "string",
	"github_username": "string" 
},
'body': {
  	"component": "string"
	"branch": "string"   
}

Behavior/Flow

  1. User creates the new branch using the CLI
  2. CLI notifies the backend that the branch has been created
  3. Backend records to branches_in_development_schema

...

  1. Using the information above, the backend starts an appropriate build container based on component DB. 
  2. Passes the build command from the component DB to the container
  3. Returns a URL to allow tracking the build

Returns 

Code Block
{
	"error": "string"
	"url": "string"		// Where to monitor the build progress
}