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

Is it possible to add a description when deploying to AWS with Elastic Beanstalk?

cream_marco January 23, 2020

The version label have some character restrictions, so I had to use a very generic label, I would like to add a more descriptive comment for each version but I don't any variable for it 

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.
February 25, 2020

Hi @cream_marco , you can use the DESCRIPTION pipe variable for that:

 

script:
  - pipe: atlassian/aws-elasticbeanstalk-deploy:0.6.0
    variables:
      AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
      AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
      AWS_DEFAULT_REGION: 'us-east-1'
      APPLICATION_NAME: 'my-app-name'
      ENVIRONMENT_NAME: 'production'
      ZIP_FILE: 'application.zip'
DESCRIPTION: "My new version v1.2.3"
cream_marco February 25, 2020

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events