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

Upgrade CDEvents SDK dependency to 0.1.2 #12

Closed rorybakerfmr closed 8 months ago

rorybakerfmr commented 8 months ago

The CDEvents plugin currently uses v0.1.0-draft6 of the CDEvents spec, which has been superseded by 0.1.2. We will need to update the SDK dependency to ensure that our plugin is generating events compliant with the spec.

You can compare the changes between the spec here: https://github.com/cdevents/spec/compare/v0.1.0...v0.1.2