I am unable to use the jenkins JIRA plugin
and I am writing a groovy script to make RESTAPI
calls to JIRA
.
However, Jenkins
is not finding the classes:
ERROR: Build step failed with exception org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script1.groovy: 3: unable to resolve class com.atlassian.jira.project.version.VersionManager
Does anyone know how I can resolve this issue (without having to manually install Atlasssian SDK, and upgrade to Java 1.8 on build system)?
Thanks in advance,
Bella