Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo script task continuation character

lance_lyons
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2017

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

 

1 answer

0 votes
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 15, 2017

It looks like you run it on Windows, so I believe the correct character is carret (^).

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events