-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.7.2
-
None
-
5
-
Severity 3 - Minor
-
Steps to reproduce
- Add msdeploy.exe as an executable
- Add command task that use msdeploy and use -setParam:name="Foo Bar name",value=FooBarValue as argument in the command task
- Run plan
Observation
The following error is thrown
Error: Unrecognized argument '"-setParam:name="Foo'. All arguments must begin with "-".
Workarounds
Either:
a) Use parameters without any space to avoid the use of quotes as it's not interpreted correctly.
b) Use a script task instead of the command task
c) Create a script file that encapsulates the targeted command and arguments.
[BAM-15549] Quote character in Command task argument is not interpreted correctly
Support reference count | Original: 4 | New: 5 |
Support reference count | Original: 3 | New: 4 |
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 1437251 ] | New: JAC Bug Workflow v3 [ 3385404 ] |
Status | Original: Open [ 1 ] | New: Needs Triage [ 10030 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Support reference count | New: 3 |
Symptom Severity | New: Minor [ 14432 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1422069 ] | New: Bamboo Workflow 2016 v1 - Restricted [ 1437251 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 829682 ] | New: Bamboo Workflow 2016 v1 [ 1422069 ] |
Any news?