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

kinesisSink method cleanup #26

Closed jes-so closed 5 months ago

jes-so commented 6 months ago

What

Minor refactor to kinesisSink. Addresses #21.

Why

Avoids repeated method calls.

How

Uses one variable instead of repeated calls.