Closed ejholmes closed 8 years ago
:+1:
Note to self. We should error out of Conveyor.Build
if the GitHub repository hasn't been enabled, otherwise we could potentially build repos that haven't been explicitly enabled (e.g. a user makes a typo when using the /conveyor build
slash command).
This adds a Builds and Artifacts API so that external tools (like Empire) can trigger builds on demand and obtain the artifacts that result from those builds.
I've split this into two commits:
server/api
.TODO