XT-i / aws-lambda-jenkins-plugin

Jenkins plugin for AWS Lambda deployment
MIT License
39 stars 41 forks source link

Plugin does not recognize injected variables #84

Open randoFelipe opened 6 years ago

randoFelipe commented 6 years ago

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?

Dgmsa commented 6 years ago

I'm having the same problem =[