Hello folks,
I have a little problem with passing arguments with empty spaces to application started with Bamboo Command task. I found a similar problem discussed here:
https://answers.atlassian.com/questions/11106/bamboo-how-do-i-pass-a-value-with-a-spaces-on-a-command-line-script-in-bamboo-3-2
Sadly, the suggested quoting of whole parameter does not work for me.
Here are the original arguments I need to pass:
/pa:AUTStartPath="c:\temp\Hello World\HelloWorld.exe" /tc:HelloWorld_1 /zr /zrf:"Ranorex/HelloWorldRX/bin/Debug/Reports/Report.rxzlog"
If there is no empty space in the "Hello World" folder, all arguments are passed OK.
I tried to enclose the problematic argument like this...
/pa:AUTStartPath=""c:\temp\Hello World\HelloWorld.exe"" /tc:HelloWorld_1 /zr /zrf:"Ranorex/HelloWorldRX/bin/Debug/Reports/Report.rxzlog"
or this...
"/pa:AUTStartPath="c:\temp\Hello World\HelloWorld.exe"" /tc:HelloWorld_1 /zr /zrf:"Ranorex/HelloWorldRX/bin/Debug/Reports/Report.rxzlog"
I even tried to use single quotes (based of this document https://jira.atlassian.com/browse/BAM-9502), but to no avail. Any suggestion?
BTW, I'm evaluating Bamboo version 4.3.2 build 3402 - 28 Nov 12.
Thank you in advance!
Pavel Kudrys
Hi Adam,
Thank you for the reply and sorry for my delayed answer. I somehow missed your post ;)
I already tried your suggestion but it did not help. Anyway, because I expect to use some path variables, enclosing just a part of the path would not be a solution at all.
Try double quotes JUST around the "Hello World" part of the path.
/pa:AUTStartPath=c:\temp\"Hello World"\HelloWorld.exe /tc:HelloWorld_1 /zr /zrf:"Ranorex/HelloWorldRX/bin/Debug/Reports/Report.rxzlog"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.