I still have no idea what the point of #Jenkins is.
> It builds
How?
> With the build instructions you give it.
So I could just give this thing a Makefile instead.
> It also builds continuously.
...or I could use crontab + make.
> Or builds in response to new commits.
Like a git hook?
> And publishes your new builds!
Like over the web?
Can't I just put the output file on a web server?
What am I missing?