Álex González
Álex González
A document like this one: ``` header ===== section ------- lorepipsum ``` will generate an empty TOC. Thanks!
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...
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: ``` +-------------------------------------------------------+...
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/
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.
For example: ``` adapters: - name: slack environment: key: xoxb-xxx channels: - #general - #random ```