The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
step([$class: 'AWSEBDeploymentBuilder'])
: AWS Elastic Beanstalkconfig
class br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentConfig
applicationName : String
(optional)
awsRegion : String
(optional)
bucketName : String
(optional)
S3 Bucket Name to Upload to (e.g. "my-awseb-apps")
(Optional, will call createStorageLocation
if blank)
checkHealth : boolean
(optional)
credentialId : String
(optional)
environmentName : String
(optional)
Optional: AWS EB Environment name(s) to deploy to.
Can accept single or multiple comma-separated values. Examples:
When this value is set and each requested environment exists, an UpdateEnvironment call will be triggered as the Application Version is created.
excludes : String
(optional)
includes : String
(optional)
keyPrefix : String
(optional)
maxAttempts : int
(optional)
rootObject : String
(optional)
Workspace-relative path of the artifact file to upload (if it's a file), or if it's a directory, the base directory to build the zip/war against
Examples:
target/mywebapp.war
: The war file will be uploaded.
' or 'target/war
': A Zip file will be built and uploaded instead (using includes and excludes).skipEnvironmentUpdates : boolean
(optional)
sleepTime : int
(optional)
versionDescriptionFormat : String
(optional)
versionLabelFormat : String
(optional)
zeroDowntime : boolean
(optional)
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.