-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Plugin split of code-coverage-api plugin #3576
Comments
Security audit, information and commands The security team is auditing all the hosting requests, to ensure a better security by default. This message informs you that a Jenkins Security Scan was triggered on your repository. CommandsThe bot will parse all comments, and it will check if any line start with a command. Security team only:
Anyone:
Only one command can be requested per comment. (automatically generated message, version: 1.26.14) |
Hello from your friendly Jenkins Hosting Checker It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.
You can re-trigger a check by editing your hosting request or by commenting |
https://github.com/uhafner/coverage-plugin/blob/8cbba23f7d21511762db620ee0a1bb1097d22231/pom.xml#L7 Can you actually do that? 👀 |
Yes, this works in all my plugins. I have a parent module that itself has no version. Only the plug-in has a version. The hi tests do not have a version, too. |
/hosting host |
Ok, that's a good one, hosting failed because https://github.com/jenkinsci/coverage-plugin exists, and you want to have your plugin under jenkinsci/coverage-plugin 😄 If nobody objects, I'd rename the existing jenkinsci/coverage-plugin repository, freeing the repository namespace and host the plugin manually. Edit: The repository has been renamed to https://github.com/jenkinsci/hudson-coverage-plugin, don't wonder why the links above return the intended result by now. |
I wasn't aware that the same plugin name has been used before. I think it is ok to reuse the ID as the old plugin has been archived already. |
I think it is unwise to reuse the plugin identifier because it may confuse systems where the user has not yet removed the old plugin. Plugin identifiers tend to be assumed to be unique in many places. I think it is best to not risk discovering unexpected locations where reuse of a plugin identifier. |
The old plugin was never released, hence safe to re-use |
Repository URL
https://github.com/uhafner/coverage-plugin
New Repository Name
coverage-plugin
Description
I am splitting the code-coverage-api into a legacy and new part. All old and deprecated code will stay in code-coverage-api, all new code will be moved to this new plugin: coverage. For details see dev mailing list thread.
Description of the plugin:
The Jenkins Coverage Plug-in collects reports of code coverage or mutation coverage tools. It has support for the following report formats:
The plugin publishes a report of the code coverage and mutation coverage in your build, so you can navigate to a summary report from the main build page. From there you can also dive into the details:
GitHub users to have commit permission
@uhafner
Jenkins project users to have release permission
drulli
Issue tracker
Jira
The text was updated successfully, but these errors were encountered: