aws-lambda-jenkins-plugin icon indicating copy to clipboard operation
aws-lambda-jenkins-plugin copied to clipboard

Plugin does not recognize injected variables

Open randoFelipe opened this issue 7 years ago • 1 comments

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?

randoFelipe avatar Jan 24 '18 12:01 randoFelipe

I'm having the same problem =[

Dgmsa avatar Mar 17 '18 16:03 Dgmsa