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

aws-code-deploy:0.2.1 jq parsing error on .deploymentId

Gabor Szabo March 26, 2019

Hello,

I ran into an error when try to deploy to an ec2 instance via pipe 

atlassian/aws-code-deploy:0.2.1.

On the AWS side the deployment succeeded and in the pipelines log it seems it is also good. 
Because it failed is only the parsing of the return json:

{
"deploymentId": "d-S1C8Y31VY"
}
++ jq --raw-output .deploymentId
parse error: Invalid numeric literal at line 1, column 11
+ deployment_id=

Is it a jq error? Can you help me with this?

My variables:

variables: 
AWS_ACCESS_KEY_ID: $AWS_CODEDEPLOYUSER_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_CODEDEPLOYUSER_SECRET_KEY
AWS_DEFAULT_REGION: $AWS_DEPLOY_REGION
APPLICATION_NAME: 'backend-test'
COMMAND: 'deploy'
DEBUG: 'true'
VERSION_LABEL: 'my_app.zip'
DEPLOYMENT_GROUP: $AWS_TEST_DEPLOY_GROUP
S3_BUCKET: $AWS_CODEDEPLOY_S3_BUCKET
IGNORE_APPLICATION_STOP_FAILURES: 'true'
FILE_EXISTS_BEHAVIOR: 'OVERWRITE'
WAIT: 'false'

 

Thanks in advance,

1 answer

1 accepted

1 vote
Answer accepted
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 27, 2019

Hi Gabor. There is a bug in the pipe that causes jq to crash with DEBUG variable is set to true. Disabling the DEBUG parameter should solve the issue until the bug is fixed. 

Gabor Szabo March 29, 2019

Thank you @Alexander Zhukov . We also found this bug and fixed with remove debug mode.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events