-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
nexus-jenkins-plugin
bundles proprietary dependency
#3742
Comments
jenkins-infra/update-center2#739 would suspend distribution. FYI @eduard-tita as you seem to be a currently active maintainer. |
Hi @daniel-beck and team. Thanks for bringing this to our attention. Unfortunately there is proprietary code leveraged by the plugin that cannot be open sourced. This particular code is relied upon by our plugin users to get accurate results. I would love to understand options or if you know other plugin developers who have faced similar problems. In the near term I am hoping that you can provide some time for us to figure out how to respond. There is no simple technical solution to removing this code without greatly impairing the plugins functionality, therefore we'll need to plan and act given any information or experiences we can get from you and the team. |
I'm aware that many years ago, a few vendors resolved this situation as follows:
|
One of my customers alerted me to this yesterday. @daniel-beck, could you provide clarity on why it was removed vs disabling updates and giving us time to resolve without breaking things? That seems to be in conflict with the project's governance on compatibility. "We recognize that users expect their existing data, accumulated under past versions (including Hudson up to 1.395) to continue working under future versions of Jenkins. This includes jobs configurations, build records, and plugin binaries that they are using." https://www.jenkins.io/project/governance/#compatibility-matters |
The same page (https://www.jenkins.io/project/governance/#license) also states @asaleemeadows
|
Existing Jenkins instances continue running. Only newly set up instances will not be able to receive the plugin through update sites.
It's not. No current or future Jenkins release rejects the already installed plugin with a license-related error, admins can install whatever they want and it will likely continue to work for a long time (there are rare cases of typically carefully considered larger-scale changes that could require adaptation). They just don't receive it from Jenkins-project hosted update sites. It can still be manually distributed and installed. (It's admittedly a bit awkward that there's a deprecation warning linking to this issue, but there is no other way for us to communicate why a plugin is no longer being distributed. It seemed preferable over it just being gone.) I suggest you look into finding a technical solution. Personally I'd be OK with restoring distribution for a (very) limited period of time while whatever work towards a solution is ongoing. If you want, you could also reach out to the board via email to see whether they see this differently (note that two members approved the suspension PR). |
@whyjustin or @asaleemeadows What is the plan? |
Yeah I know we can manually get the latest compiled This needs to be resolved. Or at least some progress-update. |
@daniel-beck hello there! we've implemented a solution for our customers to gain reliable access to our plugin. would it be possible to update this page to link to our documentation? if not, could we have the page removed? |
@HokieGeek What's your solution? Could you provide those links you mention? |
@daniel-beck We stood up a custom plugin update site. The documentation directs customers to use the UpdateSites Manager to add that site to their Jenkins Plugin Manager. Link to the document: https://help.sonatype.com/en/sonatype-platform-plugin-for-jenkins.html |
Thanks for the references. That seems like a pragmatic solution. In terms of next steps, I see a few things we need to address:
Re items 2 and 3, do you know whether any past releases did not bundle proprietary libraries? If you have suggestions for these items, please let us know. Otherwise, please do not act on any of these for now. This isn't a common situation for which we have a runbook so it'll take us a bit. |
@daniel-beck sounds good. we will move the repository to our organization and let you know when we have done it |
@HokieGeek As I wrote, please hold off acting on this until we're in agreement on our side. (I think you may be lacking that permission anyway.) |
Do we have any update on the plugin development? The current lack of clarity is significantly impacting our plans for Nexus integration within our CI/CD pipelines. If support for Jenkins cannot be provided under an MIT license, we may need to explore alternative solutions for future projects. Adopting an MIT license would encourage the community to develop and contribute to new open-source tools, benefiting everyone involved. Thank you for your attention to this matter. |
The Jenkins board has discussed the issue and agrees that the proposed steps are the right steps to take. |
Thank you for the update, @MarkEWaite ! |
@MarkEWaite Thanks for confirmation, I'll proceed implementing, probably tomorrow. |
All that's left is archival of the repo once Sonatype folks are OK with the placeholder readme. |
@daniel-beck that readme works for us. feel free to archive the GH repo. thank you |
I've archived it |
Service(s)
Artifactory, Update center
Summary
https://search.maven.org/artifact/com.sonatype.nexus/nexus-platform-api/4.1.8-01/jar is published under a proprietary license and is part of https://plugins.jenkins.io/nexus-jenkins-plugin/
Therefore the plugin is ineligible for hosting by the Jenkins project per https://www.jenkins.io/project/governance/#license
and https://www.jenkins.io/doc/developer/publishing/preparation/#license
Reproduction steps
No response
The text was updated successfully, but these errors were encountered: