jenkinsci / cucumber-living-documentation-plugin

https://plugins.jenkins.io/cucumber-living-documentation/
https://plugins.jenkins.io/cucumber-living-documentation/
MIT License
15 stars 11 forks source link

Use Jenkins 2.73 as baseline #17

Closed rmpestano closed 6 years ago

rmpestano commented 6 years ago

Since version 1.1.0 we have updated AsciidoctorJ to latest version which requires jruby 9.x.

Prior to Jenkins 2.73 Jruby 9.x was not supported and the following exception was raised:

java.lang.NoSuchMethodError: jnr.constants.platform.OpenFlags.defined()Z

This was fixed in Jenkins 2.73 by this PR.