-
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
Run in Java 6, Update to 1.532.1 parent, added extra metrics #1
base: master
Are you sure you want to change the base?
Conversation
plugins » graphite-plugin #1 SUCCESS |
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
Add UDP transport for carbon graphite; Fix concurrent build bug; Add sup...
Pull request seems ok, but need to merge conflicts (see previous pull request ) then i'll integrate your changes. |
correct some missed off generics and changed the target/source within the pom. this allowed maven to succesfully install or package using java6u45
the plugin wasn't showing up in Manage Jenkins or in the Post Build Action menu on 1.532.1 when the parent set to 1.509.1. Updated the version and it now shows up and works. Change-Id: Idbd9902a9ab7aa712402225db07c07699f42d791
the data to send also updated the readme with the text which was in the description of the repository. Change-Id: Ie5cb6921ebc17bb5b98dacad7423590f3b8e92d4
Change-Id: I877bd900e54296f0c7c5fd85481e0cdf09765c25
In order t record metrics from ant builds we need to be able to send metrics from a freestyle project. This adds that support, however the freestyle projects don't get test result actions unless junit xml files are archived/recorded ( I think) therefore added in a null check before sending any test statistics to avoid nullpointerexceptions Change-Id: Ieb8fc419b6b7068a74a5f1210d841e62f625310d
added in the workings for a default/base queue name within the main plugin configuration. This shall enable all jobs to have the same prefix for the Graphite queue, set in a common location. Still WIP as need to verify does what it says on the tin!
added validation for user input into global setting text box added validation within AbstractMetric for empty/null value Change-Id: I8fa2b751612889fa9e5481d24635b908ba0162c8
also added correct classpath and project file Change-Id: I499bffe890d28668e9da79b21d4260a7f7a80244
plugins » graphite-plugin #5 SUCCESS |
Hi @joachim-rodrigues. I merged this in (sort of) with the previous pull request a while ago... Is it OK? Cheers, |
Hi Thanks Joachim On Thu, Jul 17, 2014 at 10:56 PM, Josh Sinfield [email protected]
|
Not a problem, I was just checking I hadn’t made a mistake ☺ Thanks, Josh From: joachim-rodrigues [mailto:[email protected]] Hi Thanks Joachim On Thu, Jul 17, 2014 at 10:56 PM, Josh Sinfield <[email protected]mailto:[email protected]>
— http://twitter.com/CDL_Software http://www.facebook.com/CDL-Software http://www.linkedin.com/company/cdl-cheshire-datasystems-ltd- Please consider the environment - Do you really need to print this email? This email is intended only for the person(s) named above and may contain private and confidential information. If it has come to you in error, please destroy and permanently delete any copy in your possession, and contact us on +44 (0)161 480 4420. The information in this email is copyright © CDL Group Holdings Limited. We cannot accept liability for any loss or damage sustained as a result of software viruses. It is your responsibility to carry out such virus checking as is necessary before opening any attachment. Cheshire Datasystems Limited uses software which automatically screens incoming emails for inappropriate content and attachments. If the software identifies such content or attachment, the email will be forwarded to our Technology department for checking. You should be aware that any email that you send to Cheshire Datasystems Limited is subject to this procedure.Cheshire Datasystems Limited, Strata House, Kings Reach Road, Stockport, SK4 2HD |
1. The .jelly files were updated to cover off the latest XSS support sauch that they can be used within the Jenkins UI. 2. The deprecated getTestResultAction() method is no longer available in Jenkins and this causes no metrics to be logged due to missing method errors. Replaced these with the recommended getAction() calls. 3. Updated the POM to reference a later version of the HPI plug in and be based on a later version of Jenkins
Few changes made as described in title.
Main items are:
Hope this is all OK... first Pull Request!
Cheers,
Johsh