Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntegration with Jenkins CI #31
Comments
|
Yeah that'd be a great addition, PRs are welcome! |
|
Atm my swift knowledge is too little to be able to make pr for this but if nobody else will do it I will try to do it when I learn more |
|
here are implementations of check style report in tools I use in my Jenkins CI first I've made based on second one. there is also Jenkins plugin which aggregates all warnings and errors: https://github.com/jenkinsci/warnings-ng-plugin to which I've added copy paste implementation of IBLinter support - so it is available on reporters lists (not just common checkstyle plugin) as periphery logs after scan are big I am not sure if its support for Jenkins should not be something similar to JSCPD plugin (which calculates code duplication): https://github.com/kucherenko/jscpd |
Hello, as I am building full stack solution for keeping high code quality standards of my swift apps and I found your project which I find suitable for my Jenkins CI appliance.
I wanted to ask if it is possible to add XML formater for example in Checkstyle 4.3 XML format to easily integrate with jenkinsci/warnings-ng-plugin.