I'm running into an issue with the atlassian/serverless-deploy:0.1.5 pipe, specifically around plugins.
I'm able to deploy successfully via the pipeline until I add a serverless plugin to my serverless.yml file
The error seems to indicate that it can't find said plugin. " Serverless plugin "serverless-newrelic-lambda-layers" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file."
When I run the serverless deployment locally it works fine. Is there an extra step I need to take when adding plugins to serverless.yml in a bitbucket pipeline.
Thank you!
Circling back in case someone runs into this as well.
For whatever reason I thought serverless-deploy pipe would take care of installing all dependencies, which is an incorrect assumption.
The fix was simply adding am `npm install` step to the pipeline before calling the pipe.
Works like a champ.
@Arturo_Robles could you please put the output of
serverless --version
command here? it will contain framework, plugin, sdk and components versions.
It will help us to investigate the issue.
And also the question is about destination of where you are deploying?
Thanks for reporting.
Cheers, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the reply. Serverless version output below:
Framework Core: 1.67.1
Plugin: 3.6.5
SDK: 2.3.0
Components: 2.28.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
And can you please give the part of a pipeline where it is failing?
And also a destination, since serverless deploy pipe can deploy to several type of destinations
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.