Re: Spring Security upgrade from 5.x to 6.x

2024-05-11 Thread evernat
When speaking of migrating Jenkins to Jakarta EE/jakarta.servlet api, a number of Jenkins plugins depends on the javax.servlet api, either in their code or in their dependencies. They will need to migrate too, except there is an automatic compatibility or migration tool like "". Perhaps a first

Re: List of unused code in Jenkins

2016-01-03 Thread evernat
ear ! Emeric Le mardi 22 décembre 2015 12:46:07 UTC+1, evernat a écrit : > > Thanks for the kind words Oleg, Andrew and Baptiste. > > While waiting for the unused code detector > <https://github.com/evernat/unused-code-detector> to be eventually forked > into jenkins-inf

Re: List of unused code in Jenkins

2015-12-22 Thread evernat
Thanks for the kind words Oleg, Andrew and Baptiste. While waiting for the unused code detector <https://github.com/evernat/unused-code-detector> to be eventually forked into jenkins-infra <https://github.com/jenkins-infra> with a job in CI <https://ci.jenkins-ci.org/view/Infr

Re: Process for deleting plugins?

2015-12-07 Thread evernat
Hi, I have added a wiki page to list the deprecated plugins . And in order to display them only in this page and not in the page of the available plugins among others, I have a

Re: Request to Adopt a Plugin: SCP

2015-12-06 Thread evernat
Hi Andrés, You said: > I've been having a look through both scp and publish over ssh plugins and all the features of the former are included in the later. I would then propose deprecation of the scp plugin. I agree with you that the scp plugin can be deprecated in this case. But where are we wi

Re: Find deprecated Jenkins api used in plugins

2015-11-27 Thread evernat
You are welcome. For information, the source code of the tool is now at: https://github.com/jenkins-infra/deprecated-usage-in-plugins Emeric Le jeudi 26 novembre 2015 11:43:27 UTC+1, James Nord a écrit : > > Excellent tool thanks -- You received this message because you are subscribed to the G

Re: Find deprecated Jenkins api used in plugins

2015-11-22 Thread evernat
Thanks > > -- Baptiste > Le 22 nov. 2015 6:40 PM, "Manuel Jesús Recena Soto" > a écrit : > >> Very interesting! >> El 22/11/2015 16:45, "Vernat Emeric" > >> escribió: >> >>> Hi all, >>> >>> I have w

Re: Process for deleting plugins?

2015-11-14 Thread evernat
Hi Tyler, When there is a wiki page, it seems enough to put a "plugin-deprecated" label and a deprecated notice in the wiki page like the Nabaztag plugin: https://wiki.jenkins-ci.org/display/JENKINS/Nabaztag+Plugin and others: https://wiki.jenkins-ci.org/label/JENKINS/plugin-deprecated You could

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-09-30 Thread evernat
I suggest to add the findbugs and warnings plugins next to checkstyle. They are both largely used. And using findbugs is common when using checkstyle and pmd. By the way, a wizard suggesting 78 plugins instead of 1100 plugins is really great for newcomers. This list even remind me of 2 or 3 plu

Re: Missing source or broken link?

2015-08-12 Thread evernat
I do not know why the link is broken in the wiki page. But the source seems to be at: https://github.com/jenkinsci/jenkins.py and some docs are at: https://github.com/jenkinsci/jenkins.py/wiki Emeric Le mardi 11 août 2015 15:19:23 UTC+2, pallen a écrit : > > Hi Guys, > > I can't find the source

Re: Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-19 Thread evernat
This option does not exist but is documented in the wiki page (and help files): https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin#FindBugsPlugin-HowToUse Issue created: https://issues.jenkins-ci.org/browse/JENKINS-29489 Le samedi 18 juillet 2015 16:04:06 UTC+2, Kanstantsin Shautsou a é

Re: [Plugin Hosting Request] plugin for executing Tests with testing tool TPT

2015-07-17 Thread evernat
Hi Joachim, I did not intend to reject your plugin, but to remind that: - In my opinion, it's difficult to find which plugins could be used by people, among more than 1000 plugins in the update center (more is not always better). For once, you were honest to say that your plugin is a niche plug

Re: [Plugin Hosting Request] plugin for executing Tests with testing tool TPT

2015-07-11 Thread evernat
Hi, If you do not want to create an update center, another way would be to just create a release and upload binary artifact there: https://github.com/PikeTec/tpt-jenkins/releases Then you can explain in README.md with screenshot how users can install your plugin in the Advanced tab of the Plugin

Re: [PROPOSAL] Semi-automated detection of unmaintained plugins

2015-06-10 Thread evernat
@Stephen +1 for PR as this shows which plugins have no maintainers and plugins in the attic space can possibly be hidden in the available plugins (yes, 1000+ plugins is too much to find which plugins can be useful). @Kanstantsin Fortunately, the numbers of current installations by plugins are al

Re: Request hosting for Serena Deployment Automation Deploy plugin

2015-05-16 Thread evernat
Hi, There is already a plugin for Serena: https://wiki.jenkins-ci.org/display/JENKINS/Serena+Deploy+Plugin This other plugin has a description which seems to be the same as yours and we can't see the difference: "The plugin allows a Jenkins job to be associated with SRA, automatically deploying

Re: Jenkins Chat Room Plugin

2015-04-30 Thread evernat
+1 to just make those plugins without wiki page invisible in the update centre, because their origin and history are unknown. +1 to minimize plugins categories displayed in the update centre, because several plugins use too many categories (labels in the wiki) including one category for their o

Re: Unapproved use of the trademark

2015-03-07 Thread evernat
+1 You could also ask if the use of testimonials with logos are approved by their owners. I suppose not. Emeric Le samedi 7 mars 2015 06:51:45 UTC+1, Kohsuke Kawaguchi a écrit : > > So I came across this: http://jenkinshosting.com/ > > I think this is a use of our trademark as defined in the go

Re: Request hosting for New Jenkins Plugins

2015-01-21 Thread evernat
And for the record, this other one: https://github.com/patpe/performance-plugin Hosting or merging of this other one was discussed at the end of December and perhaps forgotten since then: https://groups.google.com/forum/#!topic/jenkinsci-dev/mM9ouME4T3Q - Emeric Le mardi 20 janvier 2015 10:04:0

Re: Plugin Hosting

2014-12-30 Thread evernat
y site and hope that a search engine picks it up. > Maybe someone else can use it to do long running JMeter testing without > crashing Jenkins. > > Let me know if you wan't to host my plugin, I will be glad to share it! > > Regards, > > - Patrik > > 2014-12-26 19

Re: Plugin Hosting

2014-12-26 Thread evernat
In fact, the name "performance-plugin" is generic enough that a plugin already exists with that name: https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin And this one is doing performance report based on JMeter results (seems like yours) and is maintained. It's not great to have two pl

Re: How to move a plugin from SVN.jenkinsci.org to github?

2014-11-26 Thread evernat
And there is a wiki page for that. https://wiki.jenkins-ci.org/display/JENKINS/Moving+from+Subversion+%28svn%29+to+Github Emeric Le mardi 25 novembre 2014 15:43:38 UTC+1, Christopher a écrit : > > You can find the GitHub repo (with a couple of pull requests) here: > https://github.com/jenkinsci/

Re: GlobalConfiguration is lost when Jenkins is reloaded via console reloading.

2014-10-09 Thread evernat
This is probably related to https://issues.jenkins-ci.org/browse/JENKINS-8217 When calling the "/reload" url, system configuration is reloaded, but extensions (tools like Ant) are not reloaded from disk. Emeric Le jeudi 9 octobre 2014 03:39:14 UTC+2, Doug Hughes a écrit : > > Actually, I just n

Re: [WIKI] Plugin stats not updated in 3 months

2014-09-24 Thread evernat
Hi, The job that is supposed to run weekly is: https://ci.jenkins-ci.org/view/Infrastructure/job/infra_statistics/ But the question now is why the last run was 3rd of August, which is much more than a week? Anyway, the last run failed on git push. Emeric Le mercredi 24 septembre 2014 14:33:15

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

2014-08-01 Thread evernat
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 some slow companies still pretend that IE8 is their mandatory browser [1] (and never respect that themselves). But in my opinion, your UI refres

Re: Advice on debugging deadlocks Queue.getItems()

2014-04-24 Thread evernat
Hi, I confirm that when the "/monitoring" page says that some threads are deadlocked, the deadlock is really true. And it is the JVM which gives the deadlocked threads with this method: http://docs.oracle.com/javase/7/docs/api/java/lang/management/ThreadMXBean.html#findDeadlockedThreads%28%29

Re: Jenkins static analysis on Coverity Scan

2014-02-25 Thread evernat
Hi, It seems that there is no Sonar analysis of Jenkins in the Jenkins-CI infrastructure. Perhaps, it could be added there one day: https://jenkins.ci.cloudbees.com/ But, for curious people about Findbugs and others violations in Jenkins code, you can look at: http://nemo.sonarqube.org/dashboar

Re: Finding and preventing resource leaks - Windows and in general

2014-01-04 Thread evernat
Hi, For information, there is also a PR opened for 10 months about resource leaks in core: https://github.com/jenkinsci/jenkins/pull/737 Some streams are not closed and others not closed in case of exception. Emeric Le vendredi 3 janvier 2014 19:33:08 UTC+1, slide a écrit : > > There is also

Re: Jenkins JIRA

2013-10-22 Thread evernat
Hi all, I feel concerned about this subject. After all, I have looked at, resolved as duplicate, asked the reporter for more, closed because of issue resignation from reporters, refused and often left alone those old Jenkins issues for some years now. In all Jenkins' time, for every newly open

Re: request jenkinsci permissions for github user grunzwei

2013-10-13 Thread evernat
Hi Nathan, I think that your plugins are really interesting and may be valued by many here. People here are probably in the launching phase before the Jenkins user conference (23rd). It will be easier after that. If you start by pushing the plugins to https://github.com/grunzwei, then send an

Re: Failing to install developed plugin

2013-09-16 Thread evernat
For information, it's not classes.jar from the JRE. It's WEB-INF/lib/classes.jar and they are now created in Jenkins for each plugin, to be remoting friendly. Since https://github.com/jenkinsci/jenkins/commit/f7330d7a158eff6705706b1f812993a9b918c351 Emeric Le lundi 16 septembre 2013 08:44:05 UT

Re: timeline in build history 1hr out

2013-06-07 Thread evernat
Hi, It seems to be the same as https://issues.jenkins-ci.org/browse/JENKINS-10184 Emeric Le jeudi 6 juin 2013 12:28:19 UTC+2, Chris Withers a écrit : > > Hi All, > > The timeline used in the jenkins build history, including the times on > the popups, appear to be one hour out. > > Our server

Re: conditional build step plugin crashes jenkins

2013-05-31 Thread evernat
Hi Irfan, As a specific reminder, in the page https://issues.jenkins-ci.org/browse/JENKINS-17836 , you may click on the link "Sponsor x on FreedomSponsors.org" and offer a few hundred dollars to anyone fixing this issue. Of course, you may get help from many commercial supports if you need it:

Re: how to enable CORS with Jenkins; or add CORS to Jenkins?

2013-04-04 Thread evernat
gt; Alexis > > On Thursday, April 4, 2013 10:47:21 AM UTC+1, evernat wrote: >> >> In a servlet filter and so in a Jenkins plugin, it is possible to >> intercept http requests and to generate an immediate response. >> >> For example : >> public class MyFi

Re: how to enable CORS with Jenkins; or add CORS to Jenkins?

2013-04-04 Thread evernat
In a servlet filter and so in a Jenkins plugin, it is possible to intercept http requests and to generate an immediate response. For example : public class MyFilter implements Filter { public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOExceptio

Re: how to serve out bundled artifact?

2012-07-13 Thread evernat
It may not be the best trick, but you may add a servlet filter in your plugin. In this filter you can send generated resources based on the URL, and if the URL is not a resource then just call "chain.doFilter". In my case, I use "hudson.util.PluginServletFilter.addFilter" to add a filter in Jenkin

Low hanging fruit: JENKINS-6338

2012-02-23 Thread evernat
Hi all, The Jenkins issue 6338 seems to me harmful but also a low hanging fruit. Is anyone wanting an easy issue to fix? https://issues.jenkins-ci.org/browse/JENKINS-6338 Emeric

Re: Jenkins User Conference & T-Shirts

2012-02-14 Thread evernat
Hi, +1 for Mr Jenkins, and for example an Eiffel tower underneath. Emeric On 14 fév, 21:18, Alyssa Tong wrote: > That was my concern from the beginning, that these fun images might take > away the recognizable image, which really is an icon within the community. > To clarify, do you mean to k

Re: Jenkins CPU Performance Issue in version 1.443 - Please Advise

2012-02-12 Thread evernat
Hi Gabriel, It seems there is no response yet. Perhaps, you can give a summary of what are the types of the 1750 threads after startup? (start with a thread dump using jstack for example) And similarly what are the types of the 150 threads created each day? Have you tried to define the -Xss or t