botella icon indicating copy to clipboard operation
botella copied to clipboard

Bot (for Slack et al) with a special sauce: Docker plugins!

Results 10 botella issues
Sort by recently updated
recently updated
newest added

At the moment the container plugin is receiving a JSON and returning a simple string. Maybe it would be useful for extensibility to return a JSON here as well. There...

help-wanted

It shouldn't be that common to use them but sometimes it's useful. For example to mount the token from Kubernetes to be able to access to its API: ``` +-------------------------------------------------------+...

help-wanted

We should implement something like this for the plugins list: ``` plugins: - image: agonzalezro/ava-test pullPolicy: Always ``` Check the Kubernetes pull policy for images here: http://kubernetes.io/docs/user-guide/images/

bug
help-wanted

For example, we just want to run deploys in the #deploys channel. I don't know if this should be at plugin or at adapter level. Please comment.

help-wanted
feature

For example: ``` adapters: - name: slack environment: key: xoxb-xxx channels: - #general - #random ```

help-wanted
feature

At the moment of writing, they are being called synchronously.

bug
help-wanted