Hello,
I just set up bitbucket pipelines for a new project at work. The app suggested I use a pipe to manage the deployment step. Since we use elasticbeanstalk https://bitbucket.org/atlassian/aws-elasticbeanstalk-deploy/src/master/ was the pipe to use.
I noticed when testing that the documentation in the Readme (and the examples in bitbucket pipelines) are inconsistent. The examples use the keyword `variables` and `parameters` seemingly interchangeably. However if you configure the pipe with `parameters` it does not work. I received this error message:
```
/usr/bin/pipe.sh: line 22: AWS_ACCESS_KEY_ID: You need to configure the AWS_ACCESS_KEY_ID variable!
```
Switching from `parameters` to `variables` resolved the issue.
Hi Liam,
Thanks for pointing out the mistake. We've fixed the documentation: https://bitbucket.org/atlassian/aws-elasticbeanstalk-deploy/src/master
Hi Steven,
Awesome! Thanks for addressing, and for making the tool. It made our deployments super easy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.