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.
eventSourceLambda
: AWS Lambda eventsource mappinglambdaEventSourceBuildStepVariables
awsRegion : String
awsRegion : String
functionName : String
functionName : String
eventSourceArn : String
eventSourceArn : String
awsAccessKeyId : String
awsAccessKeyId : String
(optional)
awsSecretKey : String
awsSecretKey : String
(optional)
functionAlias : String
functionAlias : String
(optional)
useInstanceCredentials : boolean
useInstanceCredentials : boolean
(optional)
invokeLambda
: AWS Lambda invocationlambdaInvokeBuildStepVariables
awsRegion : String
awsRegion : String
functionName : String
functionName : String
synchronous : boolean
synchronous : boolean
awsAccessKeyId : String
awsAccessKeyId : String
(optional)
awsSecretKey : String
awsSecretKey : String
(optional)
jsonParameters
jsonParameters
(optional)
envVarName : String
envVarName : String
jsonPath : String
jsonPath : String
(optional)
payload : String
payload : String
(optional)
useInstanceCredentials : boolean
useInstanceCredentials : boolean
(optional)
publishLambda
: AWS Lambda publish new version and update aliaslambdaPublishBuildStepVariables
awsRegion : String
awsRegion : String
functionARN : String
functionARN : String
functionAlias : String
functionAlias : String
versionDescription : String
versionDescription : String
awsAccessKeyId : String
awsAccessKeyId : String
(optional)
awsSecretKey : String
awsSecretKey : String
(optional)
useInstanceCredentials : boolean
useInstanceCredentials : boolean
(optional)
deployLambda
: AWS Lambda deploymentlambdaUploadBuildStepVariables
awsRegion : String
awsRegion : String
functionName : String
functionName : String
updateMode : String
updateMode : String
alias : String
alias : String
(optional)
artifactLocation : String
artifactLocation : String
(optional)
awsAccessKeyId : String
awsAccessKeyId : String
(optional)
awsSecretKey : String
awsSecretKey : String
(optional)
createAlias : boolean
createAlias : boolean
(optional)
deadLetterQueueArn : String
deadLetterQueueArn : String
(optional)
description : String
description : String
(optional)
enableDeadLetterQueue : boolean
enableDeadLetterQueue : boolean
(optional)
environmentConfiguration
environmentConfiguration
(optional)
environment
environment
key : String
key : String
value : String
value : String
configureEnvironment : boolean
configureEnvironment : boolean
(optional)
kmsArn : String
kmsArn : String
(optional)
handler : String
handler : String
(optional)
memorySize : String
memorySize : String
(optional)
publish : boolean
publish : boolean
(optional)
role : String
role : String
(optional)
runtime : String
runtime : String
(optional)
securityGroups : String
securityGroups : String
(optional)
subnets : String
subnets : String
(optional)
timeout : String
timeout : String
(optional)
useInstanceCredentials : boolean
useInstanceCredentials : 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.