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

Rewrite Jenkins Configuration in Lambda? #57

Open
PaulDuvall opened this issue Feb 22, 2016 · 0 comments
Open

Rewrite Jenkins Configuration in Lambda? #57

PaulDuvall opened this issue Feb 22, 2016 · 0 comments

Comments

@PaulDuvall
Copy link
Contributor

If we can run the Jenkins configuration in Lambda, we wouldn't need to launch a "transient" EC2 instance (it actually doesn't get terminated) that's not currently in a VPC. The relevant questions/resources that need be solved are:

-Passing dynamic arguments to the Lambda function
-Performing a git clone into the /tmp directory on the Lambda "instance"
-Performing a token/replace of the Jenkins configuration file in Node.js. This is currently performed in sed. It might still be performed in sed via spawnSync, etc.?
-Uploading files to S3
-Would we need the Pipeline Store anymore (probably since Lambda needs to get the information downstream somehow)?

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