Hi Jerico, Were you still interested in working on Job DSL? I just cut a release with a few bug fixes and dependency updates. Regarding your issue with Groovy and Spock: https://github.com/jenkinsci/job-dsl-plugin/blob/master/docs/Testing-DSL-Scripts.md is still using Gradle and needs to be converted to Maven, as the official Jenkins build infrastructure does not support Gradle. Once it is converted to Maven, we can debug whatever issues are remaining against recent versions of Jenkins core. I can help review this if you open a PR.
Basil On Wed, Aug 7, 2024 at 6:57 AM Jerico Pena <[email protected]> wrote: > > Hello, > > I recently created the following ticket to address a CVE with the > job-dsl-plugin. I'm considering adopting the plugin in order to address the > CVE, but would like to get some input on whether this will be a relatively > simple undertaking or if I will be getting into "dependency hell" because > this plugin relies on an older version of groovy and spock. Are there any > videos or other resources that I could access to get up to speed on the code > base? I have a fair amount of experience working with pipelines in groovy, > but have never worked with the java-side of jenkins. > > https://issues.jenkins.io/browse/JENKINS-73463 > > I also created this post in the google group but no response(s) so far. > > https://groups.google.com/g/job-dsl-plugin/c/dkRLK4JxAVk > > Thanks, > Jerico > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/c29a44bd-e57d-4790-8c9f-d475ebe22221n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjq17SfTQF3ncHZ9j_n4uMReXUU3Yugs67ULUHeANRzrxw%40mail.gmail.com.
