You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Pipeline version: atlassian/aws-elasticbeanstalk-deploy:1.0.0
Using version 1.0.0 of the pipeline results in error when trying to publish to an elastic beanstalk which is of type worker environment.
I suppose that the error is due to worker environments do not have a CNAME.
If I use version 0.8.0, I don't get an error.
Web server environments work on both versions.
Version 1.0.0
Version 0.8.0
Hi @Breno
Thank you for your question!
Yep, it looks like a bug. We'll fix it and release a new version and notify you.
Best regards,
Oleksandr Kyrdan
Hi @Breno
The new version with fix released:
script: - pipe: atlassian/aws-elasticbeanstalk-deploy:1.0.1 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'
Welcome to share your feedback!
Cheers,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.