Skip to content

This is a build manager. Uses triggered webhooks and custom scripts to build and send the artifact to the slave server.

Notifications You must be signed in to change notification settings

jonathan-sh/alfred-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alfred-api

Basic flowchart

N|Solid

Webhook (GITHUB)

[POST] /wh-git-hub

{
  "ref": "branch",
  "before": "~hash~",
  "after": "~hash~",
  "head_commit":
  {
    "message": "commit massage",
    "timestamp": "data time",
    "url": "commit url"
  },
  "repository":
  {
    "name": "application name to build",
    "full_name": "application name to build"
  },
  "sender":
  {
    "login": "sender login",
    "avatar_url": "avatar url"
  }
}

About

This is a build manager. Uses triggered webhooks and custom scripts to build and send the artifact to the slave server.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published