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
(optional)
String
awsRegion
(optional)
String
bucketName
(optional)
S3 Bucket Name to Upload to (e.g. "my-awseb-apps")
(Optional, will call createStorageLocation
if blank)
String
checkHealth
(optional)
boolean
credentialId
(optional)
String
environmentName
(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.
String
excludes
(optional)
String
includes
(optional)
String
keyPrefix
(optional)
String
maxAttempts
(optional)
int
rootObject
(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). String
skipEnvironmentUpdates
(optional)
boolean
sleepTime
(optional)
int
versionDescriptionFormat
(optional)
String
versionLabelFormat
(optional)
String
zeroDowntime
(optional)
boolean
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.