Re: What about Maven toolchain plugin usage

2024-07-17 Thread Vincent Latombe
Hi, you should look up the `--release` flag available since Java 9 (which is what the Jenkins project uses). Cheers, Vincent Le mer. 17 juil. 2024 à 14:51, Markus Hoffrogge a écrit : > Hi all, > > just have joined this group by today - so maybe my question might have > been discussed already

Re: Stop publishing fat plugin aws-java-sdk

2024-03-21 Thread Vincent Latombe
Thank you both for your inputs, I made a list of repos to be updated, I didn't remember there were so many last time I checked 😅. I'll get them updated. Vincent Le jeu. 21 mars 2024 à 17:50, Basil Crow a écrit : > The latest release of Pipeline: AWS Steps (which we use on > ci.jenkins.io) st

Stop publishing fat plugin aws-java-sdk

2024-03-21 Thread Vincent Latombe
https://github.com/jenkinsci/aws-java-sdk-plugin/ is a multi-module project publishing parts of the AWS Java SDK as separate plugins. Historically, this was a single fat plugin with all jars from the AWS Java SDK. Over the years, it grew a lot, and I split

Re: [Plugin Proposal] Build operations logging

2023-06-01 Thread Vincent Latombe
Hi, Have you looked at the Audit Trail Plugin ? It seems to have an implementation of RunListener doing something ver

Managing clouds UI in Jenkins

2023-01-19 Thread Vincent Latombe
Hello, I've been looking at cloud configuration recently, and these are my naive thoughts about it. Let me know what you think of it. Clouds configuration was moved from Configure System to Manage Nodes and Clouds through #4339 (already 3 years ago

Re: Towards new kubernetes-client 6.x

2023-01-10 Thread Vincent Latombe
...@cloudbees.com > wrote: > >> On Thu, Jan 5, 2023 at 2:35 PM Vincent Latombe >> wrote: >> >>> the package on fabric8 side is not updated to a new one, so both plugins >>> wouldn't be able to co-exist in the classpath. >>> >> >>

Re: Towards new kubernetes-client 6.x

2023-01-05 Thread Vincent Latombe
ng it that way AFAIUI. >> >> because the underlying libraries are well behaved and used a new >> namespace for the new version? (at least the java ones - I do not know >> about the JS stuff...) >> On Thursday, January 5, 2023 at 4:55:03 PM UTC db...@cloudbees.com wrote: &g

Re: Towards new kubernetes-client 6.x

2023-01-05 Thread Vincent Latombe
écrit : > > > On Thu, Jan 5, 2023 at 5:18 PM Vincent Latombe > wrote: > >> A new major version of this library (6.x) has been available for a while >> and has breaking changes (See >> https://github.com/fabric8io/kubernetes-client/blob/v6.3.1/doc/MIGRATION-v6.m

Towards new kubernetes-client 6.x

2023-01-05 Thread Vincent Latombe
Hello, https://github.com/jenkinsci/kubernetes-client-api-plugin bundles today version 5.x of fabric8 kubernetes-client. A new major version of this library (6.x) has been available for a while and has breaking changes (See https://github.com/fabric8io/kubernetes-client/blob/v6.3.1/doc/MIGRATION-

Re: Jenkins 2.361.1 LTS RC testing started

2022-09-07 Thread Vincent Latombe
hub.com/jenkinsci/jenkins/pull/7063, it includes the PR > https://github.com/jenkinsci/jenkins/pull/7043 submitted by Vincent > Latombe, the one addressing issue > https://issues.jenkins.io/browse/JENKINS-69250 mentioned in this thread > previously. > > Best, > Kris >

Re: Jenkins 2.361.1 LTS RC testing started

2022-08-31 Thread Vincent Latombe
2.361.1.1 LTS. Vincent Le mer. 31 août 2022 à 15:29, Basil Crow a écrit : > Hello Vincent, > > On Mon, Aug 29, 2022 at 1:50 AM Vincent Latombe > wrote: > > https://issues.jenkins.io/browse/JENKINS-69250 is affecting both Setup > Wizard and custom Headers implementations.

Re: Jenkins 2.361.1 LTS RC testing started

2022-08-29 Thread Vincent Latombe
Hi, https://issues.jenkins.io/browse/JENKINS-69250 is affecting both Setup Wizard and custom Headers implementations. I've submitted a pull request. Vincent Le mer. 24 août 2022 à 19:51, Kris Stern a écrit : > Hi everyone, > > Latest LTS RC has been made public and is ready to be tested. Fina

Re: Looking up a symbol from plugin java code

2022-06-14 Thread Vincent Latombe
Filed https://github.com/jenkinsci/jenkins/pull/6659 Vincent Le lun. 13 juin 2022 à 17:51, Vincent Latombe a écrit : > Hello, > > We're reviewing usage of icons across our plugin codebase and adapting to > the new symbols. > > Context: > * https://github.com/j

Looking up a symbol from plugin java code

2022-06-13 Thread Vincent Latombe
Hello, We're reviewing usage of icons across our plugin codebase and adapting to the new symbols. Context: * https://github.com/jenkinsci/jenkins/pull/6186 * https://github.com/jenkinsci/jenkins/pull/6532 We have a use case where an icon is returned through a FormValidation object. FormValidatio

Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread Vincent Latombe
+1 from me to backport it. Vincent Le lun. 31 janv. 2022 à 09:43, 'Ildefonso Montero' via Jenkins Developers < jenkinsci-dev@googlegroups.com> a écrit : > No issues from my side to include it. Looking for more opinions about it. > > On Sun, Jan 30, 2022 at 11:45 AM timja...@gmail.com > wrote:

Re: Splitting aws-java-sdk

2021-09-22 Thread Vincent Latombe
Added, I'll cut a release at the end of this week with the new structure. Vincent Le mar. 21 sept. 2021 à 16:06, Jesse Glick a écrit : > Good idea! Please add whatever contains `com.amazonaws.services.logs` as > this is used by `pipeline-cloudwatch-logs`. > > -- > You received this message be

Splitting aws-java-sdk

2021-09-21 Thread Vincent Latombe
Hello, When this plugin was created back in 2015, it was 19,4Mb. AWS has added so many apis over the years that it has now exploded and weights 195Mb. I'm considering splitting it per module so that each Jenkins plugin that needs AWS SDK depends

Re: [kubernetes-plugin | casc ] Different behaviour between declarative and casc configuration ?

2020-09-09 Thread Vincent Latombe
(this is rather a question for Jenkins Users) This smells like a bug. Please open a jira issue with a reproducer. Vincent Le mer. 9 sept. 2020 à 10:32, aben...@redhat.com a écrit : > Hi Jenkins-Dev, > > I am trying to port a configuration of the kubernetes-plugin between > servers and I was f

Re: Commit Rights for Mesos Cloud Plugin

2019-06-29 Thread Vincent Latombe
Okay for me. It's good that mesosphere is picking up work on this plugin. Le ven. 28 juin 2019 à 11:50, Karsten Jeschkies a écrit : > Hi, > > I’m working on an overhaul of the Mesos Cloud Plugin for Jenkins ( > https://github.com/mesosphere/jenkins-mesos-plugin). I would love to > promote the ve

Re: Jenkins 2.73.1 LTS RC testing started

2017-09-13 Thread Vincent Latombe
2017-09-13 16:06 GMT+02:00 Jesse Glick : > On Wed, Sep 13, 2017 at 8:26 AM, Vincent Latombe > wrote: > >> Is this going to be a problem in the official Jenkins Docker images? > > > > I created a reproducer (in the ticket) using only the official Jenkins > > Doc

Re: Jenkins 2.73.1 LTS RC testing started

2017-09-13 Thread Vincent Latombe
2017-09-13 12:40 GMT+02:00 Daniel Beck : > > > On 13. Sep 2017, at 12:11, Vincent Latombe > wrote: > > > > Docker environment > > Is this going to be a problem in the official Jenkins Docker images? I created a reproducer (in the ticket) using only the official

Re: Jenkins 2.73.1 LTS RC testing started

2017-09-13 Thread Vincent Latombe
Regarding JENKINS-45755 , affected users will be those running Jenkins with a non-writable user home directory (like a service user for the issue logger). This is a more common situation in Docker environment, in cases you have to run Jenkins as a

Re: Plugin dev for Jenkins 2

2016-11-03 Thread Vincent Latombe
I think jenkins-dev:run already sets -Dhudson.Main.development=true to bypass this. Probably the hpi plugin could use the same? Vincent 2016-11-03 15:34 GMT+01:00 Adrien Lecharpentier < adrien.lecharpent...@gmail.com>: > Hi, > > I have a question about plugin development which target Jenkins 2:

Running ATH to validate changes on form-element-path plugin on ci.jenkins.io ?

2016-11-03 Thread Vincent Latombe
Following Oliver's suggestion on PR #6 [1], I have a created a Jenkinsfile running the ATH based on the changes introduced in this plugin as any regression introduced in this plugin can impact the whole ATH. It would be nice to be able to run this pipeline on https://ci.jenkins.io/ however as far

Re: Jenkins produces blank page and crashes

2016-04-07 Thread Vincent Latombe
Personally I didn't receive the attachments. You can use github gists or pastebin for such things. Vincent 2016-04-07 13:48 GMT+02:00 Daniel Beck : > > On 07.04.2016, at 13:30, Christoph M wrote: > > > it seems that my messages are deleted when I'm trying to upload files > > This is a mailing l

Re: Developing plugin that doing something (run some methods) after build of any job

2016-03-27 Thread Vincent Latombe
Note that this discussion rather belongs to jenkinsci-dev. Vincent 2016-03-27 18:17 GMT+02:00 Vincent Latombe : > RunListener > <http://javadoc.jenkins-ci.org/hudson/model/listeners/RunListener.html> > is the extension point you're looking for. > > Vincent > >

Re: New Slack Plugin for Jenkins

2016-02-26 Thread Vincent Latombe
Jenkins, the instance is not null. What should I do to avoid restarting > Jenkins after installation of my Plugin? > Thanks > > Il giorno venerdì 12 febbraio 2016 16:41:30 UTC+1, Vincent Latombe ha > scritto: >> >> Great! >> >> Vincent >> >> 2016-02-

Re: New Slack Plugin for Jenkins

2016-02-12 Thread Vincent Latombe
Great! Vincent 2016-02-12 11:12 GMT+01:00 Tommy Montingelli : > Hi Vincent, > I was wrong. With UnprotectedRootAction I've created the plugin. Thanks > > Il giorno mercoledì 10 febbraio 2016 13:58:46 UTC+1, Vincent Latombe ha > scritto: >> >> Hi Tommy, >&g

Re: New Slack Plugin for Jenkins

2016-02-10 Thread Vincent Latombe
Hi Tommy, you could take a look at the git plugin which uses an UnprotectedRootAction as entry point for post-receive hook. https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/GitStatus.java Vincent 2016-02-10 11:49 GMT+01:00 Tommy Montingelli : > Hi, > I want

Re: Can't release plugin: hostname in certificate didn't match

2016-01-11 Thread Vincent Latombe
Hi Mark, it seems you hit https://issues.jenkins-ci.org/browse/INFRA-519 (opened on Dec 22th, 2015). I don't know what is the progress on this, but several releases have happened since so I'm guessing that shouldn't block a release. maven.jenkins-ci.org:8081 doesn't use https anyway so I don't re

Re: mqtt-notification-plugin release 1.2.1 not available in plugin manager

2016-01-08 Thread Vincent Latombe
I just checked my local jenkins instance and after refreshing the metadata from the update center I can see version 1.2.1 of your plugin. So I don't see any problem. Vincent 2016-01-08 8:30 GMT+01:00 Gareth Western : > Hi, > > I tried to release a new version (1.2.1) of the mqtt-notification-plu

Re: Trying to extend FreeStyleProject to override a method

2016-01-07 Thread Vincent Latombe
I don't really know the full extent of what you are trying to achieve, but I wouldn't get down the road of writing a new kind of project 'just' for this. If it is about swapping some icons depending on an custom criteria, I'd take a look at https://github.com/jenkinsci/greenballs-plugin and build

Re: button works only when job is running

2015-11-03 Thread Vincent Latombe
Hi Justine, depending on what you want to do exactly, http://javadoc.jenkins-ci.org/?jenkins/model/TransientActionFactory.html could help. Vincent 2015-11-03 13:04 GMT+01:00 : > I just realized, that if I add this button to action.jelly it works good, > but I dont have access to it object - I n

Re: Using ItemListener.java

2015-10-16 Thread Vincent Latombe
If you're using eclipse, don't forget to call mvn clean hpi:run, and not mvn hpi:run (otherwise you're @Extension annotation is not picked up) Vincent 2015-10-16 12:29 GMT+02:00 Jim SERRA : > Hum strange I don't find my mistake. > Frustrating... > The logger doesn't return anything, It seems lik

Re: How to release a new plugin version?

2015-10-15 Thread Vincent Latombe
It's probably failing because the plugin depends from a very old core version which doesn't support jdk 8, and you are using a jdk 8 to build the project. Either : - install a jdk 7 - update the parent version to something more recent (such as 1.565.1, one year old, but should work better than the

Re: How to resave a job programmatically

2015-09-22 Thread Vincent Latombe
Hi, have you read https://wiki.jenkins-ci.org/display/JENKINS/Hint+on+retaining+backward+compatibility ? You can convert the previous structure to the new one in-memory when items are loaded from disk. In general it is enough for most use cases. Vincent 2015-09-22 6:40 GMT+02:00 Vinodhini Vijay

Re: Jenkins Plugin Builds - Maven vs Gradle

2015-09-21 Thread Vincent Latombe
Hi Nick, I have replaced your two existing maven jobs by gradle jobs. Sorry about the setback. I have also updated the wiki documentation to mention the possibility, but currently this operation must be done manually. https://jenkins.ci.cloudbees.com/job/plugins/job/groovy-events-listener-plugin/

Re: Update Centers unavailable

2015-08-10 Thread Vincent Latombe
I think it was something temporary, it went back during the afternoon. Vincent 2015-08-10 23:12 GMT+02:00 Oleg Nenashev : > As I see, both links are available now (at least for me). Added infra list > to Cc > > понедельник, 10 августа 2015 г., 9:21:53 UTC+2 пользователь Vince

Update Centers unavailable

2015-08-10 Thread Vincent Latombe
I can' t seem to reach update centers (I tried the regular one and the experimental) http://updates.jenkins-ci.org/update-center.json http://updates.jenkins-ci.org/experimental/update-center.json I'm getting 503 and 504 errors. Vincent -- You received this message because you are subscribed to

Re: Issues with Multiple SCM plugin

2015-08-07 Thread Vincent Latombe
Kiran, please, avoid cross-posting, and Jenkins Dev is for Jenkins core development and plugin development questions only. Regards, Vincent 2015-08-07 14:05 GMT+02:00 kiran kumar : > Hello All, > > We are using Accurev as VCS tool. > > I wanted to use 2 different streams of a depot. as part of

Re: Revisiting bundled plugins

2015-08-07 Thread Vincent Latombe
I agree with Jesse, bundling new plugins is just pushing back the problem. What we really need is a better first time experience and I think Arnaud's wizard proposal makes sense. 2015-08-06 22:34 GMT+02:00 Jesse Glick : > On Wed, Aug 5, 2015 at 1:56 AM, Kohsuke Kawaguchi wrote: > > We add the fo

Re: Failure to deploy a new plugin version with mvn release

2015-07-19 Thread Vincent Latombe
You probably have a corrupted jar in your local repository. If this repeats after cleaning your local maven repository, it may be due to the repository manager your are using. Given the class name, you should check that the jar org.sonatype.plexus:plexus-cipher is valid Vincent 2015-07-16 10:23

Re: publication issue

2015-07-08 Thread Vincent Latombe
Hi Johann, from the error message it looks like your github ssh access is not correctly configured. You can check the url used directly in the pom.xml of the plugin. Once you fix push operation through ssh, release:prepare should work. Make sure you followed https://wiki.jenkins-ci.org/display/JE

Re: Plugin installed but not visible in job configuration

2015-07-07 Thread Vincent Latombe
Try with mvn clean hpi:run. This might help, especially if you use Eclipse as IDE. Vincent 2015-07-07 11:47 GMT+02:00 Arish Arbab : > Is there a workaround/solution for it ? > > > On Wednesday, 1 July 2015 23:11:23 UTC+8, Arish Arbab wrote: >> >> Can somebody have a look at this please ?? >> >>

Re: revisit ToolInstallation "(Default)"

2015-07-02 Thread Vincent Latombe
+1 on Nicolas's proposal, I got hit several times by incorrect slaves configuration picking up a Maven installation in PATH instead of using one of the Jenkins-defined installations. Vincent 2015-07-02 4:57 GMT+02:00 Mark Waite : > I believe the "ToolInstallation" to which he refers is a general

Re: Requesting hosting for recipebuilder plugin

2015-06-29 Thread Vincent Latombe
ale > with Literate, that would be great. The README: > https://github.com/jenkinsci/literate-plugin/blob/master/README.md states > that it's possible to specify build steps the in the 'marker file', but it > doesn't give an example. Have you played with this feature?

Re: Requesting hosting for recipebuilder plugin

2015-06-29 Thread Vincent Latombe
Hi Wilfred, the literate plugin supports using yml as a description language, you don't need everything in the README (as well as supporting multi-branch projects) About specifying notifiers (junit, mail,...) directly in the description file, I have done that in an extensive way in my company, ho

Re: Requesting hosting for recipebuilder plugin

2015-06-25 Thread Vincent Latombe
To me, it is the same as Literate Vincent 2015-06-25 21:41 GMT+02:00 Christopher Orr : > Is this much different from the Literate Plugin? > > -Chris > > > On 25/06/15 15:53, Wilfred Hughes wrote: > >> Hi folks >> >> We've just released a Jenkins plugin that lets you build jobs according >> to a

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

2015-06-09 Thread Vincent Latombe
You might get compilation errors because of plugin extracted from core when applying such a process. Some plugins are really simple and may not need evolution because they just work as is. How would the attic be represented ? Should it be exposed to users in update center? Vincent 2015-06-09

Re: Porting hpi:run to Jetty 8 (JENKINS-24827)

2015-05-11 Thread Vincent Latombe
Hi, I've completed the work, based on Ryan's initial implementation. https://github.com/jenkinsci/maven-hpi-plugin/pull/12 Vincent 2014-09-25 23:09 GMT+02:00 Kohsuke Kawaguchi : > > This is great! > > I don't have cycles right now but it seems like you are almost there. > > This would be neede

Re: jenkins plugin, only the old version shown in the update center

2015-05-05 Thread Vincent Latombe
It's a known issue (too old maven-release-plugin, not compatible with recent gits), update your parent POM to 1.580 at least to get the fix. Vincent 2015-05-06 2:45 GMT+02:00 Yuanbo Han : > Hi all, > > I'm using " mvn release:prepare release:perform" to build and upload my > jenkins plugin, it i

Re: Release & Versions Maven plugins

2015-02-19 Thread Vincent Latombe
Hi, I'm sorry but this question relates only to Maven, you should rather ask your questions to the maven users mailing list. The fact that you use Jenkins to do your releases has nothing to do with your problem. Best regards, Vincent 2015-02-19 16:06 GMT+01:00 lebrame57 : > Hi, > > we have a p

Re: Plugin Hosting Requests

2015-02-17 Thread Vincent Latombe
Hi Richard, I think the good thing with using the dev-list is that this definitely gives more visibility for people to comment/suggest, which I'm afraid you'd lose by switching to JIRA. Vincent 2015-02-17 21:51 GMT+01:00 Richard Bywater : > Hi > > I was just going through a bunch of dev-list it

Re: Add a left hand side link for a job, powered by a particular BuildStep

2015-02-10 Thread Vincent Latombe
Hi, In the #perform, method of your Builder, create an instance of your Action and add it to the Build object. In your case, I don't think you need to implement a TransientActionFactory. Vincent 2015-02-10 17:55 GMT+01:00 Kirill : > Hi folks, > > I created a plugin that contains a custom Build

Re: NoSuchMethodError: com.google.inject.Binder.bindListener in tests

2015-02-05 Thread Vincent Latombe
com.google.inject.Binder is part of Google Guice, so I'd say that you're pulling the wrong version of it from somewhere.. Vincent 2015-02-05 22:32 GMT+01:00 Marat Mavlyutov : > also, this is diff between dependency tree of project with ssh-slaves and > without it: http://pastebin.com/dCQKqMuk >

Re: Deploying to Jenkins Artifactory

2015-02-04 Thread Vincent Latombe
Hi, as mentioned in the error message, you are trying to deploy a release artifact to a snapshot repository. You should check the repository url that you use, and make sure the repository url is correct ( http://repo.jenkins-ci.org/releases/) Vincent 2015-02-04 18:04 GMT+01:00 pallen : > Hi Guy

Re: Unit testing a plugin on Windows: InjectedTest: File is being used

2015-02-04 Thread Vincent Latombe
That's right. Vincent 2015-02-04 8:35 GMT+01:00 Ivo Bellin Salarin : > A supposition about my philosophical question: > In the issue comments, I can find a revision id. when I follow this link, > I can find the related commit on github ( > https://github.com/jenkinsci/jenkins/commit/f39c435f8c8

Re: mvn release:prepare release:perform doesn't work

2014-11-10 Thread Vincent Latombe
Hello, have you checked the Workaround section in the page you mentioned? There has been a lot of reported issues because of mixing old maven-release-plugin and recent git versions. Vincent 2014-11-10 8:26 GMT+01:00 levsa : > Hi, > > I'm having trouble releasing the xvnc-plugin using mvn relea

Re: PollSCM plugin

2014-11-05 Thread Vincent Latombe
Hello, Frankly I'm flattered that you'd want to include a plugin I wrote in core, but I think the real problem is not really about bundling a plugin in Jenkins or not. Everyone using Jenkins has different needs, and the fact that there are so many plugins out there is just a proof of that. As you

Re: Request to publish a Jenkins plug-in

2014-10-11 Thread Vincent Latombe
This is what I understood as well. (about m-r-p 2.5.1) Le 11 oct. 2014 10:07, "Stephen Connolly" a écrit : > IIUC the release plugin version 2.5.1 has the fix for non-root pom > releases (but I *might* be wrong about that) > > On Friday, October 10, 2014, Ulli Hafner wrote: > >> >> Am 10.10.2014

Re: Maven Task for Freestyle job Enhancements

2014-10-07 Thread Vincent Latombe
I started some work towards this, see - https://github.com/jenkinsci/jenkins/pull/1418 - https://github.com/Vlatombe/maven-builder-plugin Vincent 2014-10-04 1:17 GMT+02:00 Scott Wolk : > > Thanks Jesse, I like your ideas. I'll work on a separate simple plugin > that figures out affected modules

Re: Failing a build from within BuildWrapper setUp

2014-10-01 Thread Vincent Latombe
>From the javadoc: public BuildWrapper.Environment setUp(AbstractBuild build, Launcher

Re: New Plugin: Label Linked Jobs Plugin

2014-09-04 Thread Vincent Latombe
I may have missed something while creating the repo using the IRC bot; I thought it would give you the commit rights at the same time, I may have been wrong. Unfortunately it is currently offline so my hands are tied. Vincent 2014-09-04 3:51 GMT+02:00 dominiquebrice : > Hi Vincent > > Thanks f

Re: New Plugin: Label Linked Jobs Plugin

2014-09-03 Thread Vincent Latombe
I have created https://github.com/jenkinsci/label-linked-jobs-plugin for you. You should already have commit right (ID: dominiquebrice) Your plugin artifactId should be 'label-linked-jobs' (no '-plugin') Welcome aboard! Vincent 2014-09-03 15:38 GMT+02:00 Vincent Latom

Re: New Plugin: Label Linked Jobs Plugin

2014-09-03 Thread Vincent Latombe
Hi Dominique, what is your github ID ? Vincent 2014-09-03 14:44 GMT+02:00 dominiquebrice : > Hello > > To address the problem reported in JENKINS-2 > I created a new > plugin. This plugin adds a link (Action) to each label page which

Re: Problem with releasing new version of old plugin (RubyMetrics)

2014-09-02 Thread Vincent Latombe
Hi, you hit a common issue, see [1] Vincent [1] https://groups.google.com/forum/#!searchin/jenkinsci-dev/how$20to$20release$20plugin/jenkinsci-dev/XldX7ONGFDw/75gWMyaeayMJ 2014-09-02 18:47 GMT+02:00 Piotr Kuczynski : > Hi guys, > > I have an issue releasing new version of a plugin rubyMetrics

Re: Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Vincent Latombe
, what's the next steps in order to get my changes integrated and > available from Jenkins? Are these instructions (under "Releasing to > jenkins-ci.org" section) still up-to-date? > https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins > > Thanks! > >

Re: Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Vincent Latombe
Hi Luis, the groupId has changed, it is now 'org.jenkins-ci.plugins' Vincent 2014-09-01 10:49 GMT+02:00 Luis : > Hi, there: > > I've recently made changes in the plasticscm plugin for jenkins and after > pulling the changes and triggered the build, I got the following error: > > java.lang.NoCl

Re: maven-plugin snapshot dependency broken by design ?

2014-08-08 Thread Vincent Latombe
I think the setting 'Block build when upstream project is building' should be taken into consideration when evaluating this trigger. Vincent 2014-08-08 10:17 GMT+02:00 nicolas de loof : > A customer of mine reported a weird behavior using maven snapshot > dependencies to trigger builds > > as a

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

2014-08-07 Thread Vincent Latombe
Thanks a lot Jesse. Vincent 2014-08-07 17:06 GMT+02:00 Jesse Glick : > On Thu, Aug 7, 2014 at 7:57 AM, Vincent Latombe > wrote: > > Sorry for that, I realised it after the fact but couldn't perform the > rename > > operation. > > OK, renamed: https://github.

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

2014-08-07 Thread Vincent Latombe
Sorry for that, I realised it after the fact but couldn't perform the rename operation. Vincent 2014-08-07 16:41 GMT+02:00 Jesse Glick : > On Tue, Aug 5, 2014 at 12:16 AM, Vincent Latombe > wrote: > > I have just created https://github.com/jenkinsci/flaky-test-handler for >

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

Re: Hosting for a new plugin

2014-07-31 Thread Vincent Latombe
Daniel said 1.561, so this is in the latest LTS, which is great! Vincent 2014-07-31 14:10 GMT+02:00 Stuart Davidson : > So that identifier, in the example, is queue id 25. If the job is queued, > cancelled and queued again, a new identifier (26) will be used. Once a job > leaves the queue and i

Re: Hosting for a new plugin

2014-07-31 Thread Vincent Latombe
Hi Stuart, some pinged me today about your plugin, it appears very useful. Maybe it could be worth to release it properly to have more people know about it and let them install it directly from the plugin manager? If you need some help with that I can give a hand. Cheers, Vincent 2013-11-21 2

Re: DTKit sources location?

2014-07-27 Thread Vincent Latombe
s.com>: > Hi Vincent, > > Some time ago I was investigating an xUnit issue, and also tracked down > the problem to dtkit. Since I couldn't send a pull request, I gave up and > someone eventually fixed it later. > > +1 for that > > Bruno > > ------

DTKit sources location?

2014-07-25 Thread Vincent Latombe
Hi, I'm trying to solve an issue related to xUnit, apparently it is located in one of the libs used by this plugin, dtkit. Apparently this lib is still on svn https://svn.jenkins-ci.org/tags/dtkit-default-junit-parent-0.39/ but hasn't been mirrored to github as part of the global github migration

Re: my plugin can't display in "add build step" and "add post-build action"

2014-07-15 Thread Vincent Latombe
Hi Frankie, did you put the @Extension annotation on the PublisherDescriptor? Vincent 2014-07-15 12:48 GMT+02:00 Frankie Huang : > Hi All, > > > > I developed a Publisher class which extends Recorder, and > PublisherDescriptor which extends BuildStepDescriptor. > > > > It is very simple, I ca

Re: maven release uploading a SNAPSHOT version but not the release version

2014-07-11 Thread Vincent Latombe
Hi, You can read [1] to solve your issue. It is a recurring problem with recent versions of git combined with outdated version of maven-release-plugin. [1] https://groups.google.com/forum/#!searchin/jenkinsci-dev/how$20to$20release$20plugin/jenkinsci-dev/XldX7ONGFDw/75gWMyaeayMJ Vincent 2014-0

Re: Looking for plugins

2014-06-03 Thread Vincent Latombe
Hi, you should rather post to jenkinsci-users, this ML is reserved for discussions about Jenkins development itself. Vincent 2014-06-04 4:32 GMT+02:00 Arnab Karmakar : > I am looking for plugins with following features. I did some research but > could not find anything providing me these feat

Re: Queue.WaitingItem not usable anymore

2014-06-03 Thread Vincent Latombe
Someone opened a ticket about it on eclipse.org a few months ago... Unfortunately, no one has taken a closer look at it yet. https://bugs.eclipse.org/bugs/show_bug.cgi?id=424952 Vincent 2014-06-04 6:58 GMT+02:00 Reto Hirt : > And now it works > > Hmm, did the same thing as before (Jenkins

Re: Refreshing the Jenkins UI

2014-06-02 Thread Vincent Latombe
I had made a PoC of line numbers plugin a-la-travis some time ago, I just pushed it on GitHub. https://wiki.jenkins-ci.org/display/JENKINS/Line+Numbers+Plugin Vincent 2014-06-02 12:49 GMT+02:00 Tom Fennelly : > > On 30/05/2014 22:38, Surya Gaddipati wrote: > > I'd love to see us bring Kevin a

Re: Queue.WaitingItem not usable anymore

2014-05-27 Thread Vincent Latombe
Hi, this is an eclipse-only issue. You can check out another thread on the ML talking about this https://groups.google.com/forum/#!searchin/jenkinsci-dev/Problems$20building$20maven-plugin$20in$20Eclipse/jenkinsci-dev/4rvorfnry1w/pRUPajeESCAJ Vincent 2014-05-27 21:29 GMT+02:00 Surya Gaddipat

Re: Intellij License Renewal

2014-03-12 Thread Vincent Latombe
I'd like to give it a try as well for work on Clearcase plugin and Literate. Vincent 2014-03-12 15:47 GMT+01:00 Adil Shabbir : > hi! Kohsuke, > > I am developing some of the VMware Management plugin and soon going to > publish @ JENKINS , so kindly consider me also to try intellij > > Regards

Re: Building jenkins for Gentoo

2014-03-10 Thread Vincent Latombe
Use mvn clean install (-DskipTests) to build the project. I don't know where you picked up this mvn ant:ant but it is clearly incorrect. Vincent 2014-03-10 16:48 GMT+01:00 Proneet Verma : > > > On Monday, March 10, 2014 9:08:30 PM UTC+5:30, Mark Waite wrote: >> >> I'm pretty sure that won't be

Re: cobertura supports java 7?

2014-02-26 Thread Vincent Latombe
Hi, these mailing lists are about Jenkins. This is not a general purpose place where you should ask just any question about anything. Please refer to general purpose websites, such as google or StackOverflow (which btw contains the answer to what you are looking for). I think the Jenkins community

Re: Plugin dev: Accessing global configuration

2014-02-04 Thread Vincent Latombe
Hi, global.jelly applies to global Jenkins configuration (system-wide configuration). I'm not sure to understand whether you need common configuration project-wide or if it is system-wide. If system-wide, from other build steps/notifiers, look up the descriptor for the buildstep that holds the c

Re: Hosting Request Schedule Build Plugin

2014-02-04 Thread Vincent Latombe
Hi Andreas, you access right should be fixed now. Cheers, Vincent 2014-02-03 Andreas K : > Thanks a lot. > > > > But it seems that I don't have commit access to the repository? > > Or perhaps I am just not using GitHub properly. > > > > Thanks for any help. > > > > Bye Andreas > > > > Hochsch

Re: mvn release does not work, only publishes SNAPSHOT releases

2014-01-14 Thread Vincent Latombe
I hit that problem recently, adding maven-release-plugin ${maven-release-plugin.version} org.apache.maven.scm maven-scm-provider-gitexe 1.9 was enough to work with latest git (1.8.5.2). HTH, Vincent 2014/1/13 Dominik Bartholdi > ;-) > > I’ll try to ta

Re: Locale Plugin ownership and relocation

2014-01-07 Thread Vincent Latombe
Hi, I can see it in GitHub https://github.com/jenkinsci/locale-plugin I guess the information still points to svn because no release has ever been done from GitHub. Cheers, Vincent 2014/1/6 Bruno Kühnen Meneguello > Hello folks, > > I want to submit some changes to Locale Plugin ( > https:

Re: Trouble releasing a plugin to the directory

2013-12-13 Thread Vincent Latombe
This is a recurrent issue with corporate networks, usually port 8081 is not remotely reachable. I asked the question some time ago, but there are both a Nexus and Artifactory used in Jenkins infrastructure (respectively on maven.jenkins-ci.org:8081 and repo.jenkins-ci.org), I wonder which one shou

Re: Plug-in to annotate test results

2013-12-12 Thread Vincent Latombe
I do think the Claim Plugin allows to claim test failures. It's available as a new option as part of existing test results report actions (Look for Additional test report features) Vincent 2013/12/12 Otto P > Hi Vincent, > > Thanks for the hint - this plugin is a step in the right direction. I

Re: Plug-in to annotate test results

2013-12-11 Thread Vincent Latombe
Hello, I think the claim plugin provides the feature you are looking for. HTH Le 11 déc. 2013 13:34, "Otto P" a écrit : > Pardon if this has been answered before. > > I am looking for a way to manually annotate test results. > > The use case: suppose a test fails. You analyze the root cause. Th

Re: New plugin hosting request

2013-12-02 Thread Vincent Latombe
Hi Mads, this looks like a nice addition, however I would have better seen this part of the promoted build plugin itself (adding an optional dependency to parametrized trigger plugin). What do you think? Cheers, Vincent 2013/12/2 Mads Mohr Christensen > Hi, > > I have been working on a plug

Re: Display of large build queue puts heavy strain on browser

2013-11-26 Thread Vincent Latombe
PR#1014 [1] is answering partially to this problem by making the build queue collapsible [1] https://github.com/jenkinsci/jenkins/pull/1014 Vincent 2013/11/26 Thobias Karlsson > Hi, > > Has anyone found a nice solution to this issue yet? > > Br, > Thobias > > > On Saturday, May 25, 2013 1:20

Re: Problems building maven-plugin in Eclipse

2013-11-16 Thread Vincent Latombe
Maybe we're missing this bug fix which comes with bridge-method-annotation > 1.9 > > https://github.com/infradna/bridge-method-injector/commit/ > ea528faf1f92724cc5db036116bae80a234de20d > > Am 16.11.2013 10:09, schrieb Vincent Latombe: > >> Problem appeared in core

Re: Problems building maven-plugin in Eclipse

2013-11-16 Thread Vincent Latombe
. Vincent 2013/11/16 Vincent Latombe > Hi, > > I have exactly the same issue. Compiling in command line works, however in > Eclipse, some inner classes cannot be resolved (despite being able to > browse them in the classpath of the eclipse project). > > Eclipse is unable to re

Re: Problems building maven-plugin in Eclipse

2013-11-16 Thread Vincent Latombe
Hi, I have exactly the same issue. Compiling in command line works, however in Eclipse, some inner classes cannot be resolved (despite being able to browse them in the classpath of the eclipse project). Eclipse is unable to resolve these 3 classes : - hudson.model.AbstractProject.AbstractProjectD

Re: Get file path to Jelly file for a plugin.

2013-11-12 Thread Vincent Latombe
Have a look at [1] [1] http://stapler.kohsuke.org/jelly-taglib-ref.html#jelly:include Vincent 2013/11/12 Thomas Åkerlund > Hi! > > I have written a plugin that extends Builder. I have then created an > extention point for other plugins to use. I want to reference those > sub-plugins specific

Re: strange pushes on GitHub

2013-11-10 Thread Vincent Latombe
It seems like a lot of repositories are back to previous revisions. git-client-plugin's master now points to 1.4.3-SNAPSHOT whereas it should be pointing to 1.4.7-SNAPSHOT... Vincent 2013/11/10 Marcelo > Domi, maybe it's related to this mail > http://jenkins-ci.361315.n4.nabble.com/Jacoco-plug

Re: Dev meet-up in FOSDEM 2014

2013-11-04 Thread Vincent Latombe
I'd be happy to join! Vincent 2013/11/4 Kevin Fleming (BLOOMBERG/ 731 LEXIN) > Monday would work for me as well. > > > - Original Message - > From: jenkinsci-dev@googlegroups.com > To: jenkinsci-dev@googlegroups.com > At: Nov 4 2013 13:49:41 > > Ah, that makes more sense. OK, I'm chang

  1   2   >