Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-27091] Compatibility with Jenkins core 1.577 and newer #16

Merged
merged 1 commit into from May 12, 2015

Conversation

jan-molak
Copy link
Member

Claim plugin relies on the following packages that have been moved to their own plugins and no longer ship with the Jenkins core:

  • hudson.tasks.junit - moved to the junit plugin in 1.577
  • hudson.matrix - moved to the matrix-project plugin in 1.561

Absence of the above dependencies from the pom.xml results in:

  • compilation failures
  • runtime exceptions should the Claim plugin be installed on Jenkins 1.561 or newer

I've set the required Jenkins core to 1.577 in the PR, however if you prefer to rely on an LTS release then 1.580.3 might be more appropriate.

Looking forward to hearing your thoughts!

---

Claim plugin relies on the following packages that have been moved to their own plugins and no longer ship with the Jenkins core:
- hudson.tasks.junit - moved to the junit plugin in 1.577
- hudson.matrix - moved to the matrix-project plugin in 1.561

Absence of the above dependencies from the pom.xml results in:
- compilation failures
- runtime exceptions should the Claim plugin be installed on Jenkins 1.561 or newer
@jan-molak jan-molak changed the title Compatibility with Jenkins core 1.577 and newer [JENKINS-27091] Compatibility with Jenkins core 1.577 and newer Apr 3, 2015
ki82 added a commit that referenced this pull request May 12, 2015
[JENKINS-27091] Compatibility with Jenkins core 1.577 and newer
@ki82 ki82 merged commit a69fbfd into jenkinsci:master May 12, 2015
@ki82
Copy link
Member

ki82 commented May 12, 2015

Thanks, I will try to get an release done with this today.

@jan-molak
Copy link
Member Author

No problem, I'm glad that you found it useful! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants