-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add Multiple Environment Functionality #57
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # src/main/java/br/com/ingenieux/jenkins/plugins/awsebdeployment/cmd/ZeroDowntime.java # src/main/resources/br/com/ingenieux/jenkins/plugins/awsebdeployment/AWSEBDeploymentBuilder/config.jelly
…updating the environment description when checking for the versions.
Sorry for the delay. It looks good, however: a. Make the PR smaller by removing references to deploy multiple, removing commented code and check your imports Once done I'll surely approve it. |
@Twistedst This is great - thank you! Are you considering updating this or would you mind if I fork your branch & clean it up here? Don't want to step on your toes if it's already on your TODO list! :) EDIT: This has been extended/updated at #61. 🚀 |
Sorry for not getting back to you all! I'm glad it helped! |
Now capable to use multiple environments using this format (env-foo, env-bar, env-yo). You can have from 1 to many environments. I added the changes to Zero Downtime as well, but did not test that as thoroughly. There may be some unnecessary changes in there, but I'm not sure what is and isn't. Feel free to edit it as you see fit.