jenkinsci / .github

Global configurations for the jenkinsci GitHub organization
https://www.jenkins.io/
MIT License
17 stars 48 forks source link

Setup CI for the Release Drafter configuration #21

Closed oleg-nenashev closed 2 years ago

oleg-nenashev commented 5 years ago

I have already broken Release Drafter in Jenkins few times. It would be great to have some kind of CI offered for it.

PierreBtz commented 4 years ago

This is blocked by https://github.com/release-drafter/release-drafter/pull/600, the provided schema was not following the draft 04 spec, therefore no validation could be done :/

PierreBtz commented 4 years ago

@oleg-nenashev I started to write something to address the validation in #39 . It's a pretty basic bash script, I was just curious what to expect from a json/yaml validator... Let me know if you had something else in mind I will drop this :)