Open
Description
When I was trying out different version strings for the python plugins, and tried out this config file:
$ cat plugin_config.yml
id: 8da10137-ae59-45ea-9139-6f39b698040a
name: ga-plugin-1
version: 1.0
language: PYTHON27
hostTypes:
- UNIX
pluginType: DIRECT
entryPoint: plugin_runner:plugin
srcDir: src
schemaFile: schema.json
When I ran dvp build
, I noticed the following error message not indicative of the issue:
$dvp build
Error: 1.0 is not of type 'string' on ['version']
1.0
Validation failed on /Users/vidyaraichur/APPDATA-virtual-env/ga-plugin-1/plugin_config.yml.
0 Warning(s). 1 Error(s)
BUILD FAILED.
The error message should indicate that we require it be of the format x.y.z and there is also an extra line 1.0
in the error output which is unnecessary.