kikichao / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CodePipeline Jenkins Plugin

The AWS CodePipeline Plugin for Jenkins provides a pre-build SCM and a post-build step for your Jenkins project. It will poll and download changes. When a build succeeds it will zip the build artifacts and upload them to AWS CodePipeline.

Setting up

After installing the plugin, some simple configuration is needed for your project:

  1. Open up your project configuration.
  2. In the Source Code Management section, select "AWS CodePipeline".
  3. Fill out all the fields there as required.
  4. Configure your build as you normally would.
  5. In Post-Build Action, select AWS CodePipeline Publisher.
    • If you only want to upload the status, don't add any output locations.
    • If you want to upload the whole workspace, add a location but leave it blank.
    • Otherwise, specify the folder location where you want to upload to.

License

This plugin is open sourced and licensed under Apache 2.0. See the LICENSE file for more information.

About

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

License:Apache License 2.0


Languages

Language:Java 96.5%Language:HTML 3.5%