You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a really messy lambda repository in bitbucket, wich is fine since I can set a env variable using
LAMBDA_LOCATION=$(find pwd -name $LAMBDA_NAME) to point the location of my lambda zip. But the plugin can't use it. If I Inject the variable and pass it to the plugin (on the "Artifact Location (zip, directory, s3)" section) as $LAMBDA_LOCATION I keep getting the "Could not find zipfile or folder" error
Am I doing something wrong or it is a limitation?
The text was updated successfully, but these errors were encountered:
We have a really messy lambda repository in bitbucket, wich is fine since I can set a env variable using
LAMBDA_LOCATION=$(find
pwd
-name $LAMBDA_NAME) to point the location of my lambda zip. But the plugin can't use it. If I Inject the variable and pass it to the plugin (on the "Artifact Location (zip, directory, s3)" section) as $LAMBDA_LOCATION I keep getting the "Could not find zipfile or folder" errorAm I doing something wrong or it is a limitation?
The text was updated successfully, but these errors were encountered: