1
votes

I have a dot net project with microservices deployed at Lambda Function. I want Continuous Deployment for this project.

Currently I am using a Jenkins Server that is building the project successfully. Now what can I do to zip the build and push it to the lambda function? I'm stuck at zipping the project

1

1 Answers

0
votes

You can use File Operations Plugin or Compress Artifacts Plugin to create a zip archive in Jenkins job.