Giter VIP home page Giter VIP logo

aws-java-sdk-plugin's Introduction

Amazon Web Services SDK Plugin

Jenkins Plugin GitHub release Jenkins Plugin Installs

This plugin provides the AWS SDK for Java as a library to be used by other plugins. It follows the same versioning as the AWS SDK itself.

Commonly used modules have their own plugins, less used modules are in the aws-java-sdk plugin.

Requesting new instance types

Some plugins, such as the ec2-plugin rely on the AWS SDK to list available instance types. Updates of the AWS SDK come via this plugin.

There is a new release of the AWS SDK every day, and most updates are not relevant to most Jenkins users.

As the current maintainer of this library plugin, I am not actively monitoring the AWS SDK changelog.

If you want to use a new instance type and it is not yet available through this plugin:

  • look up in what version of the AWS SDK it has been introduced (changelog)
  • find the latest dependabot pull request bumping the AWS SDK (link)
  • ask for a merge and release after providing the instance type you are looking for, and the version of the AWS SDK it has been introduced in.

Plugins

aws-java-sdk-minimal

This plugins contains multiple modules. These have been grouped together as aws-java-sdk-core needs some classes in the same classpath and the structured classloaders in Jenkins don't permit having them in different plugins.

  • aws-java-sdk-core
  • aws-java-sdk-kms
  • aws-java-sdk-s3
  • aws-java-sdk-sts
  • jmespath-java

aws-java-sdk-*

Contains an individual AWS Java SDK module with the same name.

aws-java-sdk

Contains all AWS Java SDK modules not already provided through a separate plugin. It depends on all other aws-java-sdk plugins and is very heavyweight.

Adding a new plugin

If you need to use an API that is not yet published as its own plugin, feel free to submit a pull request to create a plugin for it. This will avoid pulling the all-in-one aws-java-sdk plugin.

  • Create a new directory aws-java-sdk-<name>. The name should be identical to the aws sdk module.
  • Create pom.xml.
    • Depend on com.amazonaws:aws-java-sdk-<name>. Exclude all transitive dependencies.
    • Transitive dependencies should be replaced by their equivalent plugin dependency. Most APIs only depend on aws-java-sdk-core and jmespath-java (both are part of the aws-java-sdk-minimal plugin).
  • Create src/main/resource/index.jelly. Look at existing modules and adapt it.
  • Add the module to the root pom.xml.
  • Add the plugin dependency to aws-java-sdk and exclude the module from transitive dependencies.

aws-java-sdk-plugin's People

Contributors

alecharp avatar basil avatar bpholt avatar burdandrei avatar carlossg avatar chriskilding avatar dependabot-preview[bot] avatar dependabot[bot] avatar drealecs avatar jekh avatar jetersen avatar jglick avatar jonesbusy avatar jtnord avatar jvz avatar kuisathaverat avatar markewaite avatar nate-tri avatar ndeloof avatar res0nance avatar richbg avatar rorybakerfmr avatar sghill avatar sghill-rewrite avatar stephenc avatar tkinz27 avatar vlatombe avatar zbynek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.