diff --git a/README.md b/README.md index 44cef05..c67b171 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,12 @@ The files would be publicly downloadable, but uploading or creating new director The token could also use username (e.g. concatenate builder name + build number) and a random password, this way a traditional basic web authentication can be used. -Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated. \ No newline at end of file +Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated. + +## buildbot jobs + +A buildbot job would then look like this: + +1. get token (maybe the server side would auto-create directories) +2. run a task, pass the token as an environment variable or something so that it can upload when necessary +3. revoke token \ No newline at end of file