awslabs / aws-codepipeline-plugin-for-jenkins

Use this plugin to integrate your Jenkins project with a pipeline in AWS CodePipeline. For more information and step-by-step directions on how to install and configure this plugin, follow the Four Stage Pipeline Tutorial. http://docs.aws.amazon.com/codepipeline/latest/userguide/getting-started-4.html
Apache License 2.0
82 stars 68 forks source link

Improve artifact upload error handling #41

Closed galmeida closed 4 years ago

galmeida commented 4 years ago

Issue #, if available: #40

Description of changes:

A customer reported on issue #40 that if OutOfMemoryError is thrown during artifact upload, the upload fails but the action execution is still marked as succeeded. This change fixes that issue.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.