jenkinsci / ivy-plugin

Jenkins ivy plugin
https://plugins.jenkins.io/ivy/
MIT License
16 stars 42 forks source link

Fix #34: Add missing descriptor for IvyConfiguration #35

Closed darxriggs closed 5 years ago

darxriggs commented 5 years ago

It was missed when implementing JCasC compatibility (commit 9272245acc2dc0f2d1cef4f7ca99b30706c6e60d).

This fixes the stacktrace being logged to the Jenkins log when a user opened the global config page at http:///configure. This was only a warning and should not have had any functional impact.

For more details see: https://jenkins.io/redirect/developer/class-is-missing-descriptor

darxriggs commented 5 years ago

I am a bit puzzled why the build could not resolve one artefact on ci.jenkins.io infrastructure.

darxriggs commented 5 years ago

@arothian can you have a look at this?

arothian commented 5 years ago

Looks good. Thanks for taking a look @darxriggs!