jenkinsci / pipeline-aws-plugin

Jenkins Pipeline Step Plugin for AWS
https://plugins.jenkins.io/pipeline-aws/
Apache License 2.0
430 stars 201 forks source link

AWS Elastic Beanstalk update-environment #287

Open alvinlys opened 2 years ago

alvinlys commented 2 years ago

Hi, there are steps related to EB, but it seems there is a lacking of update-environment which its important to deploy the latest created application version. May I know am I wrong and there is existing step to perform such action or actually nope? Thanks

SLourenco commented 2 years ago

Hi @alvin30595. Please refer to the updateOnExisting parameter on the EBCreateEnviroment step.

If that parameter is set to true (default behavior) it will check for an existing environment under the applicationName/environmentName specified and execute the AWS UpdateEnvironment command instead.