-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.2.1
-
Component/s: Bamboo Specs
-
None
-
1
-
Severity 3 - Minor
Issue Summary
Bamboo YAML Specs definition accepts wrong spelling of Environment in the command task.
This is reproducible on Data Center: (yes)
Steps to Reproduce
1. Create a plan in Bamboo
2. Define a command task and provide values to the Environment variables section
3. Export the plan as YAML Specs
Example below :

Expected Results
When the plan is exported as YAML, Environment variables should have correct spelling of Environment
Actual Results
Environment is spelled as envrionment
- command: executable: GRAILS argument: test envrionment: test_var
This becomes a problem when you try to create YAML Repository specs and try to validate it using the YAML validator and it will throw exception as below if you use the correct spelling as Environment, see error message below from specs validator

Workaround
Use the incorrect spelling of envrionment while defining the YAML specs for command task.
- mentioned in
-
Page Loading...