Class AWSCodePipelinePublisher

java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelinePublisher
All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep

public class AWSCodePipelinePublisher extends Notifier
The AWS CodePipeline Publisher compresses the artifacts and uploads them to S3. It calls putJobSuccessResult or putJobFailureResult depending on the build result. It only works together with the CodePipeline SCM plugin to get access to the Job Data, Credentials and Proxy.