-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 5.14.4.1, 6.7.2, 6.8.1, 6.10.4
-
Component/s: Docker
-
1
-
Severity 3 - Minor
Issue Summary
Fail to use Bamboo variable for Docker Task port mapping
Steps to Reproduce
- Create a variable "port"
- Fill in "${bamboo.port}" into Docker task Port Mapping
Expected Results
Able to be added
Actual Results
It fail with message "Invalid port"
Notes
- Docker task Port Mapping only accept number.
- Related to https://jira.atlassian.com/browse/BAM-17188
Workaround
Use Script task to run docker command so that it can use Bamboo Variable