jsjolen / smallest-java-ci

CI that we made for edu. purposes.
0 stars 0 forks source link

Set-up main routing system #4

Closed jsjolen closed 5 years ago

jsjolen commented 5 years ago

Set-up the routing as defined here:

/webhook - Github's webhook route, POST requests from Github to here. /build - Present last 100 builds (indexed by hash) /test - Present last 100 tests (indexed by hash) /build/$someHashHere - Present build at $someHashHere if available /test/$someHashHere - Present test at $someHashHere if available

The routing will only be a skeleton so far with placeholder values.

jsjolen commented 5 years ago

No real tests will be added for this since it's mainly boilerplate and placeholder code.