Re: Cucumber reporting graphs not showing

2016-01-04 Thread Segun Olaifa
Hi Donovan, I am having the same problem and my Jenkins version is 1.588. Kindly help Regards On Wednesday, December 16, 2015 at 11:13:16 AM UTC, donovan.b...@gmail.com wrote: > > Hi, We have created a job which succeeds and creates a > cucumber-html-reports directory on the master. When l

Cannot install plugin "Publish over SSH"

2016-01-04 Thread Kristian
I want to install the plugin "Publish over SSH", but when I go to the http://localhost:8080/configure I cannot find any part of the plugin. Instead, I see a long error at the end of the page (Stack Trace). I do not know, if the two phenomenons belongs together, but can someone give me a hint, what

Re: Cannot install plugin "Publish over SSH"

2016-01-04 Thread Kristian
I found out, that this problem is not because of the plugin "Publish over SSH". I disabled all plugins and then activated "Publish over SSH" again, and now I am seeing the changes at the page http://localhost:8080/configure. 2016-01-04 11:58 GMT+01:00 Kristian : > I want to install the plugin "Pub

Re: CodeDeploy plugin using proxy authentication

2016-01-04 Thread donovan . bailey2015
Bump -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.goog

Fosdem Summit

2016-01-04 Thread Alyssa Tong
Hi All, We're planning a Jenkins summit on Monday ,1 Feb 2016 - the day after Fosdem. Space is limited so if you're attending Fosdem we'd love to have you join us. Info about the summit is here: http://www.meetup.com/jenkinsmeetup/events/227463345/ Pls RSVP as soon as possible so we can plan acc

Re: CodeDeploy plugin using proxy authentication

2016-01-04 Thread donovan . bailey2015
Does anyone use the CodeDeploy plugin behind a proxy with authentication? Do you have issues? Sometimes it works and sometimes it doesn't. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

How to count maven pass tests count, failed test count etc.

2016-01-04 Thread foolhunger Hsiao
Hi, all We encountered a situation where we want only to deploy maven build artifacts if the UT pass rate is above 80%. In order to do that, we need to get the all UT count, UT pass count, UT failed count etc. (if UT failed > 80% of UT all, skip the deploy) Since we need to get this

How to setup default user nad default password for git plugin

2016-01-04 Thread niraj nandane
Hi, Every time i add new git scm repo, i need to specify which credentials to use. I want the facility to not provide any credentails for repo and instead it should use some default credentails for every git scm repo. Is there any way to do this ? Thanks, Niraj -- You received this message be

Re: How to count maven pass tests count, failed test count etc.

2016-01-04 Thread Victor Martinez
Hi, Off the top of my head I'll suggest the two below options: 1) Groovy Post Build and Promoted Plugin , so run your maven test command as usual, then a