I try to verify the behavior of Drone plugin parameters described in http://readme.drone.io/0.5/plugin-parameters/, however, found it seems “commands” is not allowed as plugin parameter.
If I specified following in .drone.yml
masterip: 10.211.99.100
commands:
- cmd1
- cmd2
tasks:
- task1
- task2
basic_auth:
username: octocat
password: pa55word
tags: [ latest, 1.0, 1.0.0 ]
Within the environment variable of the plugin container, there is no PLUGIN_COMMANDS, but “PLUGIN_TASKS=task1,task2”, “PLUGIN_TAGS=latest,1,1.0.0”, “PLUGIN_BASIC_AUTH={“password”:“pa55word”,“username”:“octocat”}” and “PLUGIN_MASTERIP=10.211.99.100”
Just wondering whether there is other reserved parameters?
The drone I used is built from mailline
git rev-parse HEAD
d7758a23e0860768703c4c2ae9347116410b1774
drone --version
drone version 0.5.0+