Re: Should we come up with a browser support matrix?

2014-08-05 Thread Oleg Nenashev
+1 The browser support matrix would be great. In addition to IE, it will allow to limit the "fun" with custom browsers. Firefox, Chrome, Safari and IE would be enough. Unfortunately, many plugins have their own browser compatibility issues (especially with IE11). It could be useful to somehow s

Re: Discussion: Refactoring of JENKINS project in JIRA

2014-08-05 Thread Oleg Nenashev
Summary from the previous Project meeting (thanks to Daniel Beck for the notification). 1. *JIRA components* (jglick , 18:18:39) 1. https://wiki.jenkins-ci.org/display/JENKINS/2014+JIRA

Plugin for generating Test Reports in the 'Bar chart' format

2014-08-05 Thread Gururaj
I want to develop a plugin that will generate the test reports in the 'Bar chart' format. Please let me know to start with this. Regards, Gururaj P -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

How can I create a view through XML?

2014-08-05 Thread XuLj
Hello, I'd like to create a view by calling method "createViewFromXML(String name, InputStream xml)" in the View class. How can I achieve that? It appears that each time I pass a StringInputStream object to this method, it throws an "Unable to read" exception. My test code is as follows: String x

Using JobConfigHistory Plugin

2014-08-05 Thread Karthik V S
Hi, The Jenkins Plugin that I create updates a job by Job Configuration. When I use the JobConfigHistory Plugin to view the config changes, it throws an error as described below. Any pointers on where I am going wrong here? 404 Not Found Stapler processed this HTTP request as follows, but coul

Re: Should we come up with a browser support matrix?

2014-08-05 Thread Tom Fennelly
Hi Emeric. Thanks for the response. +1 to everything you said there. On Friday, August 1, 2014 9:37:54 AM UTC+1, evernat wrote: > > Hi Tom, > > In my opinion, we should not try to support IE8 in UI refresh, because it > would be foolish for a user to still use IE8 even on WinXP. > > Perhaps so

Re: Modernize icons animations

2014-08-05 Thread Tom Fennelly
Hey Bruno. We experimented with JS based animations a few weeks ago. Perhaps you remember. There's a branch here: https://github.com/tfennelly/jenkins/tree/orbs-with-plugin. I think this work could be resurrected and combined with the work you've been doing, now that we have the tag in plac

Jenkins doesn't launch when debugging with hpi:run

2014-08-05 Thread michaelalex3
I'm trying to debug my plugin as described in the Jenkins plugin tutorial. I follow all the instructions for creating the default plugin. Everything works fine until I try debugging using mvn hpi:run. The jetty server starts and allows me to reload it, but Jenkins never launches. I've tried deb

Re: How to build a SSO plugin in Jenkins?

2014-08-05 Thread melnik
Hi I'm looking for the exact same solution. Need to implement SSO with Jenkins and AD. can you share the source? thanks -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-build-a-SSO-plugin-in-Jenkins-tp4685472p4713499.html Sent from the Jenkins dev mailing list a

plugin ConsoleLogFilter class not loaded suddenly

2014-08-05 Thread sdetweil
I am extending one of the existing plugins. back in May I added a ConsoleLogFilter class and it worked great. no issues. up thru Jenkins 1.572. the developer has released new source, so I have ported my changes over.. rebuilt the hpi and reloaded from my local system as always. the installe

Re: SSH slave performance degradation

2014-08-05 Thread Jesse Glick
Cf.: https://issues.jenkins-ci.org/browse/JENKINS-20108 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. For mor

Re: RSS for all / RSS for failures

2014-08-05 Thread Jesse Glick
On Sat, Aug 2, 2014 at 12:53 PM, Kevin Burke wrote: > does the performance hit occur when you load the job page, or just > when you load the actual list of RSS items (/rssAll, /rssFailed)? Just when you load the RSS, at least as far as I know. -- You received this message because you are subscr

Modernize icons animations

2014-08-05 Thread Bruno Kühnen Meneguello
Hello, Recently I've submitted the PR #1332 to modify the status orbs. That generated a discussion about using CSS animations to fade in/out these orbs but have ended due to performance issues (mainly in OS x). Based on that, I would ask the c

Re: Workflow plugin - Questions, Bugs and Features

2014-08-05 Thread Jesse Glick
On Mon, Aug 4, 2014 at 2:02 PM, Sagi Sinai-Glazer wrote: > I see that you've merged pull #8 for the plugin - are you updating > the docker image demo file to reflect the new changes? The merge did include matching changes to the demo job, but I have not yet rebuilt the Docker image. >> Untested

Re: websphere-deployer-plugin patches

2014-08-05 Thread Michael Nothhard
The dependencies are listed in the POM but the jar's aren't available in a public maven repo (they are the IBM jar's described on the plugin page here ). I had to manually copy them from my Websphere installations into my lo

Subversion plug-in:

2014-08-05 Thread Fabio Farronato
Hi all, I'm in trouble with the Subversion plug-in, here the scenario: My job have a parameter "SOURCE" to pass svn location in format "http://svnserv/repo/myproject/branches/7.20.0@506192";. In job configuration I defined the SCM location using a variable $SOURCE. The first time the job ran

Re: Request to host plug-in: Flaky Tests Handler

2014-08-05 Thread Vincent Latombe
Hello Quingzhou, I have just created https://github.com/jenkinsci/flaky-test-handler for you and granted commit access. Welcome aboard! Vincent 2014-08-05 1:25 GMT+02:00 Qingzhou Luo : > Thanks for supporting, Bruno. Still waiting for approval.. > > > On Saturday, August 2, 2014 12:02:04 PM U