The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

separator expected

Arulanantha Pushparaja Rejikanth
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 26, 2021

As you can see I want to connect to AWS-EBT my PHP Application, but it's showing an error as per the image. Please assist. 

 

error.JPG

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 27, 2021

Hi @Arulanantha Pushparaja Rejikanth and welcome to the community.

I believe the issue here has to do with indentation. Any commands in the script of a certain step should have an indentation of 2 spaces after the keyword script.

The indentation in your file looks like this (I am using one of my own yaml files as an example):

pipelines:
default:
- step:
script:
- pipe: atlassian/trigger-pipeline:4.2.1
variables:
BITBUCKET_USERNAME: $BITBUCKET_USERNAME
BITBUCKET_APP_PASSWORD: $BITBUCKET_APP_PASSWORD
REPOSITORY: 'test'
ACCOUNT: 'test-account'
BRANCH_NAME: 'master'
WAIT: 'true'

It should instead have an indentation as follows:

pipelines:
default:
- step:
script:
- pipe: atlassian/trigger-pipeline:4.2.1
variables:
BITBUCKET_USERNAME: $BITBUCKET_USERNAME
BITBUCKET_APP_PASSWORD: $BITBUCKET_APP_PASSWORD
REPOSITORY: 'test'
ACCOUNT: 'test-account'
BRANCH_NAME: 'master'
WAIT: 'true'

Please let me know if the error goes away when you use indentation similarly to the above example.

Kind regards,
Theodora

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events