Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to deploy environment variables from Jenkins but in vain #87

Open
malikid opened this issue Mar 30, 2018 · 0 comments
Open

Try to deploy environment variables from Jenkins but in vain #87

malikid opened this issue Mar 30, 2018 · 0 comments

Comments

@malikid
Copy link

malikid commented Mar 30, 2018

I set the config like below
swipeguide-tracker_config__jenkins_

And the request message I saw from console is only like this:

Lambda update code request:
{FunctionName: Tracker,ZipFile: java.nio.HeapByteBuffer[pos=0 lim=3450022 cap=3450022],Publish: false}

There's no environment variables in the request. Should be

{FunctionName: Tracker,ZipFile: java.nio.HeapByteBuffer[pos=0 lim=3450022 cap=3450022],Publish: false,Environment: {Variables: {REDSHIFT_CONNECTION_STRING=blabla, GA_CONTAINER_ID=blablabla, REDSHIFT_DATABASE_SCHEMA=blabla}, }, }

Shall I set Update Mode to Code and configuration? Or how can I fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant