gradle-jenkins-jobdsl-plugin
gradle-jenkins-jobdsl-plugin copied to clipboard
Do not fail to load plugin if optional plugin dependencies are not installed
Currently the JenkinsRule
fails to load a plugin if an optional dependency is not installed, for example ansicolor
can not be loaded if step-api
is not installed. Check if this is an issue with the JenkinsRule
in general or if it can be fixed in configuration.