Hi,
I have a long curl command that I want to run in a bamboo script tasks. Trying to use continuation character \ but doesnt appear that they are recognized.
Does anybody know what the continuation character is? Thanks in advance
e:\tools\curl -X POST URL \
-H 'authorization: Basic SomeAuthKey' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
-H 'jenkins-crumb: 006c70a34367044f672704a728993308' \
-H 'postman-token: fb26c274-f6a2-0d15-2280-e5d8b2c197f0' \
-F Url=SomeURL \
-F token=1234
It looks like you run it on Windows, so I believe the correct character is carret (^).
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.