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.
lambdaTestRunner: Trigger execution of AWS Lambda Test RunnerfunctionName
AWS Lambda Test Runner function to execute.
Stringregion
AWS region where your Lambda function is deployed. Example: eu-west-1
Strings3Bucket
AWS S3 bucket containing build outputs.
StringrepoUri
HTTPS or SSH Git repository URL. Examples:
https://github.com/username/repo.git
git@github.com:username/repo.git
Stringcommand
Command to run the tests. Examples:
./mvnw test -Dmaven.repo.local=${MAVEN_USER_HOME}
./sbt -Dsbt.global.base=${SBT_GLOBAL_BASE} -Dsbt.ivy.home=${SBT_IVY_HOME} test
Stringbranch (optional)
Git branch to checkout. Example: develop
If not specified, HEAD will be used, which points to the default branch configured in your Git repo.
StringstoreToS3 (optional)
Comma-separated list of directories to store to S3. Examples:
target/surefire-reports
target/surefire-reports,target/failsafe-reports
StringPlease 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.