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

Use analysis-core as a base #29

Open
md5 opened this issue Sep 22, 2016 · 3 comments
Open

Use analysis-core as a base #29

md5 opened this issue Sep 22, 2016 · 3 comments

Comments

@md5
Copy link
Contributor

md5 commented Sep 22, 2016

It seems like using the analysis-core plugin as a base for this one would be helpful. It would allow most of the code in this plugin to go away, could make it simpler to add things like simplecov support (cf. #11), and would provide richer trend graphing and other features.

That being said, I also feel like each of the metrics covered by this plugin should be split into their own plugins in that case, since there wouldn't be much common code if any left in this plugin.

@md5
Copy link
Contributor Author

md5 commented Sep 22, 2016

On second thought, it looks like analysis-core is really meant more for things that have a count as opposed to things like coverage that have percentages... I think it would fit with some of the metrics in this plugin, but perhaps not all of them.

@pkuczynski
Copy link
Contributor

Another alternative would be to rewrite this plugin in Ruby, as it covers Ruby related metrics, it might get far more attention from the community:

https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+plugin+development+in+Ruby

@md5
Copy link
Contributor Author

md5 commented Sep 30, 2016 via email

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

No branches or pull requests

2 participants