jenkinsci / cdevents-plugin

The CDEvents Plugin for Jenkins allows interoperability between different CI/CD tools by adopting core CDF project specification
https://plugins.jenkins.io/cdevents/
Apache License 2.0
4 stars 9 forks source link

Added capability to use IAM role while sending data using Kinesis Sink #16

Closed AshitaSingamsetty closed 7 months ago

AshitaSingamsetty commented 7 months ago
  1. Added textbox in config.jelly
  2. Added getter and setters in CdeventsConfig.jelly with Null check
  3. Modified code in Kinesis Sync to assume IamRole

Fixes: https://github.com/jenkinsci/cdevents-plugin/issues/15