Re: Welcome Ewelina Wilkosz - new Jenkins Governance Board Member

2021-03-15 Thread nicolas de loof
m. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAMBsfbt5kOsZaC%2Bb4996a-u2_0sag1DLz7hQ4SdSH%2BK_E9c8gA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAMBsfbt5kOsZaC%2Bb4996a-u2_0sag1DLz7hQ4SdSH%2BK_E9c8gA%40mail.g

Re: Contributing to Jenkins docker plugin

2021-04-08 Thread nicolas de loof
mails from it, send >>>> an email to jenkinsci-de...@googlegroups.com. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLDeP89g_8rYJpbTaGh9v6Y37LacE0VOW0iRWaG7wUa_Qw%40mail.gmail.com >>>> <https:

Re: buildflow extensions

2013-08-16 Thread nicolas de loof
Can you publish this on some github repo so I can check ? (or share in private => nicolas.del...@gmail.com / github:ndeloof) 2013/8/16 teilo > Hi all, > > I'm attempting to write a buildflow extension. > > However as soon as I attempt to register the extension (not even use it) > all existing f

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-20 Thread nicolas de loof
The plugin was initially created under AGPL, but I got approval to relicense it under MIT. https://github.com/jenkinsci/build-flow-plugin/commit/022b40b86383ef678184bf6fe6497be033254555 2013/8/20 teilo > Hi Nicolas/Cloudbees/other buildflow contributors. > > Currently the licence of the BuildFl

Re: commit access for new plugin

2013-08-20 Thread nicolas de loof
forked as https://github.com/jenkinsci/graphite-plugin 2013/8/21 Joachim Rodrigues > Hi > I just finished a plugin that send metrics to a graphite server. > https://github.com/joachim-rodrigues/graphiteIntegrator > > > For the moment it just send : number of tests, tests skipped, tests > faile

Re: commit access for new plugin

2013-08-21 Thread nicolas de loof
ave to do something to install this plugin by this way on my server ? > > > On Wednesday, August 21, 2013 8:17:41 AM UTC+2, nicolas de loof wrote: > >> forked as >> https://github.com/**jenkinsci/graphite-plugin<https://github.com/jenkinsci/graphite-plugin> >>

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-21 Thread nicolas de loof
> > BTW - the pom.xml still references LGPL v3 > > > > > > LGPL 3 > http://www.gnu.org/licenses/lgpl.html > > repo > > > > > fixed. > > > > > On Wednesday, 21 August 2013 07:14:42 UTC+1, nicol

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-21 Thread nicolas de loof
xes > for JENKINS-15966, typos and extend the DSL help (so that extensions can > also display some help) that are for the flow plugin. Hopefully I should > have clearance for these sometime next week. > ok, waiting for pull request then ;) > **** > > /James > On Wednesday,

Re: Repository for https://github.com/jenkinsci

2013-08-21 Thread nicolas de loof
I've forked your repo as https://github.com/jenkinsci/mcap-eas-plugin please update pom.xml SCM to reflect this change 2013/8/21 Christian Bugyi > Hello jenkins Team, > > because I just can't find the correct email address where to send it to, > so I am trying it this way. > I got a github Re

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-23 Thread nicolas de loof
fixed. I'm not used with Intellij license header tooling, expected it to automagically update everything 2013/8/23 teilo > > > On Wednesday, 21 August 2013 11:03:02 UTC+1, nicolas de loof wrote: > >> >> BTW - the pom.xml still references LGPL v3 >>> >

Re: Using enterprise plugins while testing changes

2013-08-27 Thread nicolas de loof
You can get this plugin for Free, just need a cloudbees account, installing "cloudbees free plugins" plugin from standard Update Center You also can use MockFolder to setup unit tests to cover your changes 2013/8/27 Stanislav Bashkirtsev > I've created a pull > request

Re: 1.509.3 RC1 posted

2013-08-28 Thread nicolas de loof
looking at https://github.com/jenkinsci/config-file-provider-plugin/blob/master/src/main/java/org/jenkinsci/plugins/configfiles/maven/security/MvnServerPassword.java DescriptorImpl extends CredentialsDescriptor but MvnServerPassword {//extends BaseMvnServerCredentials { and BaseMvnServerCredential

Re: Build flow plugin: How to copy results from downstream jobs

2013-08-30 Thread nicolas de loof
e dev list… > > ** ** > > /James > > ** ** > > > > *From:* jenkinsci-us...@googlegroups.com [mailto: > jenkinsci-us...@googlegroups.com] *On Behalf Of *nicolas de loof > *Sent:* 30 August 2013 15:52 > > *To:* jenkinsci-us...@googlegroups.com > *Subject:* Re: Bu

ToolInstaller, PATH and environment

2013-09-02 Thread nicolas de loof
Hi, I'm working on https://github.com/ndeloof/bees-sdk-plugin plugin manage a ToolInstaller and a BuildWrapper to expose tool in PATH to know tool installation folder, I need AutoInstaller to have installed the tool, so I moved it to decorateLauncher - but it's seem it's to late to contribute envi

Re: ToolInstaller, PATH and environment

2013-09-02 Thread nicolas de loof
gin/commit/63eff4b438fe2c330482f61aa2cb8328ebdb832f 2013/9/2 nicolas de loof > Hi, > I'm working on https://github.com/ndeloof/bees-sdk-plugin > plugin manage a ToolInstaller and a BuildWrapper to expose tool in PATH > > to know tool installation folder, I need AutoInstaller to have in

Re: ToolInstaller, PATH and environment

2013-09-03 Thread nicolas de loof
ars env) is a real hack, but I don't see > alternate solution as well :( > > BTW, it would be great to have an additional extension point in the > custom-tool in order to simplify implementation of a new tools. > > Best regards, > Oleg Nenashev > > вторник, 3 сентября 2

Re: New repo for Hall.com Plugin

2013-09-04 Thread nicolas de loof
should be fixed now 2013/9/4 Andrew McSherry > Ulli - It doesn't appear that I have commit access to this repo. > > ERROR: Permission to jenkinsci/hall-plugin.git denied to andylanddev. > > > On Wednesday, September 4, 2013 9:47:30 AM UTC-7, Andrew McSherry wrote: >> >> Thanks Ulli! >> >> On W

is it too late to backport to 1.509.3 ?

2013-09-06 Thread nicolas de loof
KK revisited JENKINS-15382 to fix an OOME fix is 14d980c4377dc703df8db76f192de19246a0266e, included in core since 1.522 I'm not sure the LTS process still allows to backport commits from amster now that rc1 has

Re: Fw: Access to DEV@cloud job for deployit-plugin

2013-09-09 Thread nicolas de loof
yes, I did 2013/9/10 Jesse Glick > On Wed, Sep 4, 2013 at 6:41 PM, Andrew Phillips > wrote: > > In fact, since “This job is created from template "jenkins plugin > (maven)"” > > which is unlikely to support Gradle, could this job be removed and > recreated > > as a freestyle job? > > Looks lik

Re: Changing the group id for a plugin

2013-09-16 Thread nicolas de loof
I did for git-plugin and didn't suffered this issue. Just the twitter bot considered it to be "new" 2013/9/16 Christian Wolfgang > Hi. > > I changed the group id of my plugin and now new releases don't have > any effect at all. They don't show up in plugin management in Jenkins, > the wiki stil

Re: Any chance of a new release of the Grails Plugin?

2013-09-24 Thread nicolas de loof
I've released grails 1.7 - tests do pass on my platform. 2013/9/22 Oleg Nenashev > Hello, > > In the attachments you can find the local build of Grails package (latest > version of master branch). > Unfortunately, 12 tests from GrailsBuilderIntegrationTest fail on my > platforms. I suppose that

Re: @DataBoundSetter

2013-10-03 Thread nicolas de loof
great, so next step is to be able to directly annotate fields à la hibernate :) class Foo { @DataBound int a,b,c,d; } 2013/10/4 Kohsuke Kawaguchi > Today, many complex plugins suffer from a massive constructor annotated > with @DataBoundConstructor. > > This is because the form

Re: @DataBoundSetter

2013-10-04 Thread nicolas de loof
maybe using @PostConstruct ? 2013/10/4 Kevin Fleming (BLOOMBERG/ 731 LEXIN) > How will the object know that Stapler has completed calling > DataBoundSetters (that all configuration data has been applied)? > > > - Original Message - > From: jenkinsci-dev@googlegroups.com > To: jenkinsci-

Re: Git plugin 2.0 release?

2013-10-08 Thread nicolas de loof
you've got my +1 2013/10/8 Kohsuke Kawaguchi > > Mainly to Nicolas, > > Is it time to release Git plugin 2.0? > > As you may know, it has been in a branch for some time, and we've gone > through two rounds of beta testing. There has been no further changes from > 2.0 beta 2. I just went through

Re: Git plugin 2.0 release?

2013-10-08 Thread nicolas de loof
> Otoh it is no worse than current no credentials support ;-) > > > On Tuesday, 8 October 2013, Domi wrote: > >> +1 >> >> Am 08.10.2013 um 21:38 schrieb nicolas de loof > >: >> >> you've got my +1 >> >> >> 2013/10/8 Kohsuke Ka

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
Sure, this will still be supported, but then not managed as credentials (secret) 2013/10/9 David Karlsen > Ouch. Git plugin v1 supports this by having it in the url. user:pass > 9. okt. 2013 08:43 skrev "nicolas de loof" > følgende: > > Probably never will support ht

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
by the backing impl? that way we can add a check method to > give a warning > > > On 9 October 2013 08:23, nicolas de loof wrote: > >> Sure, this will still be supported, but then not managed as credentials >> (secret) >> >> >> 2013/10/9 David Karlsen >&

Re: Experimental update site

2013-10-09 Thread nicolas de loof
So I'll have to re-version all my plugins to -alpha ;P 2013/10/9 Stephen Connolly > basically you release a plugin as per normal, but just ensure that the > version number includes "alpha" or "beta" somewhere in it > > > On 9 October 2013 09:44, Sandell, Robert wrote: > >> Is there any info som

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
password will be send in plain text and also end up in the logs. >> >> Am 09.10.2013 um 10:54 schrieb nicolas de loof > >: >> >> I investigating another solution : >> add the username:password dynamically to URL as git commands are executed >> by git-clie

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
yes. Just like svn does with ~/.subversion, and probably other tools. 2013/10/9 Stephen Connolly > will they be stored in the git remote config in .git/config? > > > On 9 October 2013 13:22, nicolas de loof wrote: > >> credentials won't appear on console log

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
he password in plain text in job configuration :P 2013/10/9 Jesse Glick > On Wed, Oct 9, 2013 at 8:49 AM, nicolas de loof > wrote: > > Just like svn does with ~/.subversion, and probably other tools. > > FWIW the Mercurial plugin in 1.48 just uses --config (a global option) >

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
right, will experiment with this option. 2013/10/9 Vincent Latombe > Another alternative would be to fetch/push using anonymous remote (git > fetch http://user:pwd@gitserver/myrepo ), that way it is never > written in the repo config. > > Vincent > > > 2013/10/9 nicol

Re: Git plugin 2.0 release?

2013-10-10 Thread nicolas de loof
implemented, and released as 2.0-beta-3 I'd like to give it some time for live test, then will release 2.0 (final) 2013/10/9 nicolas de loof > right, will experiment with this option. > > > 2013/10/9 Vincent Latombe > >> Another alternative would be to fetch/push u

Re: Git plugin 2.0 release?

2013-10-10 Thread nicolas de loof
> > Vincent > > > 2013/10/10 Vincent Latombe > >> Thanks nicolas, i'll give it a try asap >> >> Vincent >> Le 10 oct. 2013 12:00, "nicolas de loof" a >> écrit : >> >> implemented, and released as 2.0-beta-3 >>>

Re: Git plugin 2.0 release?

2013-10-10 Thread nicolas de loof
reproduced. will investigate on this tomorrow. 2013/10/10 nicolas de loof > Strange as same code should have been used to check the url before > cloning. Will try to reproduce > Le 10 oct. 2013 17:14, "Vincent Latombe" a > écrit : > > Hi Nicolas, >> >>

Re: Git plugin 2.0 release?

2013-10-11 Thread nicolas de loof
t; Vincent > > > 2013/10/10 nicolas de loof > >> reproduced. >> >> will investigate on this tomorrow. >> >> >> 2013/10/10 nicolas de loof >> >>> Strange as same code should have been used to check the url before >>> cloning. Wi

Re: Git plugin 2.0 release?

2013-10-11 Thread nicolas de loof
a screen capture would be a better explanation if you can (please obfuscate password if you need) 2013/10/11 Vincent Latombe > in the later issue, I'm actually using an invalid url rather than just > invalid credentials. > > Vincent > > > 2013/10/11 nicolas de loof &

Re: deciding if a build is going to be Flyweight at runtime

2013-10-12 Thread nicolas de loof
as FlyweightTask is just a marker interface this for sure be changed as you suggest, please create a pull requests. 2013/10/12 Surya Gaddipati > Bump!!. > Could someone let me know if this is doable? > > On Thursday, October 10, 2013 1:50:13 PM UTC-5, surya gaddipati wrote: >> >> Hello All, >>

Re: buildhive and cloudbees-pull-request-builder

2013-10-13 Thread nicolas de loof
builhive should be disabled soon, as I've setup pull-request build on jenkins.ci.cloudbees.com (your comment let me know it's working ;P) I was not sure github status was working, can stop adding a comment then. 2013/10/13 domi > Hi everyone, > > I'd like to get your point of view on the diffe

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-14 Thread nicolas de loof
Hi Mike, jenkins.ci.cloudbees.com instance is indeed designed to support plugin development and other community jobs (to reduce load on ci.jenkins-ci.org) This instance was set > 1 year ago, just got buildhive active as a duplicate CI, I just disabled it this morning (see imod mail earlier on jen

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-14 Thread nicolas de loof
Just as a side note, moving to jenkins.ci.cloudbees.com was discussed on april 4th governance meeting https://wiki.jenkins-ci.org/display/JENKINS/Governance+Meeting+Archive+2012 2013/10/14 nicolas de loof > Hi Mike, > > jenkins.ci.cloudbees.com instance is indeed designed to suppo

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-14 Thread nicolas de loof
going to be used as the CI for plugins. > > > > > On Mon, Oct 14, 2013 at 8:43 AM, nicolas de loof > wrote: > >> Hi Mike, >> >> jenkins.ci.cloudbees.com instance is indeed designed to support plugin >> development and other community jobs (to reduce load o

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-14 Thread nicolas de loof
at the new CI location, I am denied access. Should > I to assume that access to our maintained apps is not available on the CI > server and is restricted somehow? > > If just would like to know if I'm trying to do get access to something > that's restricted or if something is wrong.

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-15 Thread nicolas de loof
Sure, I thought I already installed it 2013/10/15 Mirko Friedenhagen > Nicolas, > > would it be possible to get the buildbadge plugin in the new instance? > > Regards Mirko > -- > Sent from my mobile > On Oct 14, 2013 6:29 PM, "nicolas de loof" > wrote:

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-15 Thread nicolas de loof
Hook has been set (overridden ?) to https://build2.caspar.com:8080/github-webhook/ github only let us define a single jenkins-github hook per repository, so can't have two jenkins instance notified I'm cc-ing m...@caspar.com for advice. 2013/10/15 Mike Caspar > Hi Nicolas, > Do you think you c

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-15 Thread nicolas de loof
{ feeling stupid } =D Any reason to have this dedicated jenkins instance for this plugin ? Is there anything you miss on jenkins.ci.cloudbees.com I could add ? Did you tried the pre-tested-commit feature for sample ? 2013/10/15 Mike Caspar > Oh, thanks by the way.. I'm also the person you cc'd

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-15 Thread nicolas de loof
ok, nice to know. Anyway let me know if anything could be added to jenkins.ci.cloudbees.comand could benefits other plugins by the way. 2013/10/15 Mike Caspar > Hey, I'm glad you're being cautious! > FYI.. Almost figured out a way to use a webhook for my own server to not > break it (using webh

Re: Jenkins and git

2013-10-22 Thread nicolas de loof
Give git-plugin 2.0 a try, it introduce support for credentials 2013/10/22 Geoff Cummings > > Perhaps special characters in the password are causing problems when > included in the URL? > > Geoff > > > > On 22 Oct 2013, at 14:20, Marcelo wrote: > > José, > > Please, change your password. The

git polling with ls-remote

2013-10-23 Thread nicolas de loof
git ls-remote is used for git-plugin to poll without workspace in "single branch" scenario, I'm investigating on using ti for all cases, as ls-remote can be used to retrieve all remote' branch HEADs BUT I just noticed the BuildChooser and exclusion rules then have to check the actual working copy

Re: Request for hosting

2013-10-25 Thread nicolas de loof
forked as https://github.com/jenkinsci/certificate-authentication-plugin 2013/10/25 David Strauss > Everything should be in order here: > https://github.com/pantheon-systems/certificate-authentication-for-jenkins > > My GitHub username is davidstrauss. > > -- > You received this message because

Re: How do I keep cloudbees from building the gh-pages branch

2013-10-31 Thread nicolas de loof
This is to publish maven generated site, isn't it ? Maybe we could just add this to the ci job and publish on jenkins.ci.cloudbees.com using html report plugin, so you don't have to manage it and update gh-pages other option is to exclude gh-pages from monitored branches, git-plugin allows to pass

Re: How do I keep cloudbees from building the gh-pages branch

2013-10-31 Thread nicolas de loof
is something someone at cloudbees would have to > do (maybe globally for all jenkins plugin jobs build on that jenkins > instance?) > sure, I'll. > > Regards, > Hakan > > > On Thursday, October 31, 2013 1:48:57 PM UTC+1, nicolas de loof wrote: > >> This is to

Re: How do I keep cloudbees from building the gh-pages branch

2013-10-31 Thread nicolas de loof
comparable issue with "svn" branch some plugin still have. Maybe would be simpler to introduce this option in git plugin 2013/10/31 nicolas de loof > > > > 2013/10/31 Hakan Tandoğan > >> Both would be good solutions. Especially the first so I don't have to ru

Re: How do I keep cloudbees from building the gh-pages branch

2013-10-31 Thread nicolas de loof
An I don't know a jenkins plugin to have a #build set in README 2013/10/31 Stephen Connolly > > > On Thursday, 31 October 2013, Jesse Glick wrote: > >> On Thu, Oct 31, 2013 at 6:47 AM, Hakan Tandoğan >> wrote: >> > Is there a way to tell cloudbees that certain branches should not be >> built?

Re: Dev meet-up in FOSDEM 2014

2013-11-04 Thread nicolas de loof
I think this makes sense. 2013/11/4 Kohsuke Kawaguchi > I talked to people in the Brussels office, so this is on. > > I'm tempted to schedule this on Friday, not Monday. People would want to > be in town by Friday evening anyway, so I suspect I get more attendance > that way than Monday. Would

Re: Request hosting: NeoLoad Plugin

2013-11-05 Thread nicolas de loof
there's no jenkinsci/neoload-plugin-developers repository what's your github ID ? I'll grant you access to jenkinsci/neoload-plugin 2013/11/5 Aaron Johnson > Hi, > > It looks like I have access to a repository named > jenkinsci/neoload-plugin-developers and no access at all to > jenkinsci/neo

Re: How do I keep cloudbees from building the gh-pages branch

2013-11-05 Thread nicolas de loof
indeed, sorry 2013/11/5 Hakan Tandoğan > The site build job you have created does not seem to run on git changes > like the main one does. Could this be added please? > > > On Thursday, October 31, 2013 2:08:50 PM UTC+1, nicolas de loof wrote: > >> I created https://

Re: Dev meet-up in FOSDEM 2014

2013-11-05 Thread nicolas de loof
... and JFokus at same time http://www.jfokus.se/jfokus/ 2013/11/6 Jyrki Puttonen > I'd like to join too, and Friday would be better, as there's Config > Management Camp ( http://cfgmgmtcamp.eu/ ) on 3 and 4 February. > > Jyrki > > > On Mon, Nov 4, 2013 at 9:40 PM, Vincent Latombe > wrote: > >

dynamic parameter github

2013-11-06 Thread nicolas de loof
Any reason dynamic parameter plugin isn't hosted on jenkinsci org account ? -- 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...@googl

Re: New plugin : Post Completed Build Result Plugin

2013-11-07 Thread nicolas de loof
forked : https://github.com/jenkinsci/post-completed-build-result-plugin 2013/11/7 Anthony Dahanne > Hello, > I would like the plugin Post Completed Build Result Plugin to be part of > the Jenkins plugins. > > This plugin is hosted on github at: > https://github.com/Terracotta-OSS/post-complete

Re: SVN Commit Access

2013-11-09 Thread nicolas de loof
Hi, svn isn't used anymore, we prefer github for plugin development. Is this an issue for you ? 2013/11/9 > Requesting SVN commit access for a new plugin for WebSphere automated > deployments. > > jenkins-ci ID: gpeters > > -- > You received this message because you are subscribed to the Googl

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
git fetch + git push restored git-client and git plugins history 2013/11/10 Luca Milanesio > Hi all, > I have triggered an involuntary "forced push" last night on the list of > Jenkins-CI plugins indicated below in this e-mail. > > *My apology * > > I did not realise that I actually had forced

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
in worst case, we have a clone on jenkins.ci.cloudbees.com we can use to push back to github. just need some scripting to use it. would you like me to look into this option ? 2013/11/11 Mads Nielsen > What is the recommended way to get a full restore, in the case where you > do not happen to h

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
; — > Sent from Mailbox <https://www.dropbox.com/mailbox> for iPhone > > > On Mon, Nov 11, 2013 at 11:25 AM, nicolas de loof < > nicolas.del...@gmail.com> wrote: > >> in worst case, we have a clone on jenkins.ci.cloudbees.com we can use to >> push back to githu

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
I've pushed plugin's master branches from jenkins.ci.cloudbees.com, some of then were rejected, like g...@github.com:jenkinsci/warnings-plugin.git ! [rejected]master -> master (non-fast-forward) Anyway I guess most plugin repo should be restored now. 2013/11/11 Hakan Tandoğan > I p

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
Nielsen wrote: > >> I can confirm that the ones i was interested in are OK: >> >> https://github.com/jenkinsci/clearcase-ucm-plugin >> https://github.com/jenkinsci/prqa-plugin >> >> Thanks nicolas! >> >> >> On Mon, Nov 11, 2013 at 3:09 PM,

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
Here are the repo that fail to git push as "[rejected]master -> master (non-fast-forward)" branch-api-plugin.git credentials-plugin.git deployit-plugin.git ec2-cloud-axis-plugin.git ec2-plugin.git email-ext-plugin.git flexible-publish-plugin.git gerrit-trigger-plugin.git git-clie

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
2013 at 8:39 PM, Iñaki Albors wrote: > >> next-executions-plugin restored >> >> On Mon, Nov 11, 2013 at 3:40 PM, Slide wrote: >> > I already pushed the correct stuff to email-ext-plugin.git, so that one >> is >> > done. >> > >> > Regar

Re: Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-11 Thread nicolas de loof
https://github.com/vjuranek/beaker-builder-plugin/commits/master > > On Monday 11 November 2013 15:37:36 nicolas de loof wrote: > > Here are the repo that fail to git push as "[rejected]master -> > > master (non-fast-forward)" > > > > > >

view-job-filter both on github and svm

2014-01-20 Thread nicolas de loof
view-job-filter development occurred on github but svn repo wasn't closed (should have been automatic, right ?) and development followed on https://svn.jenkins-ci.org/trunk/hudson/plugins/view-job-filters @Jacob are you ok to mi

Re: git-plugin timeouts [JENKINS-20445]

2014-01-31 Thread nicolas de loof
option 2 would make more sense imho, anyway the main question is to know why cloning takes 30 minutes, it's HUGE ! 2014-01-31 Wannes Sels > Hi all, > > I'm trying to create a fix for the timeout issue in the git-plugin, > specifically with the initial checkout. > > 1. I could increase the time

jenkins tree model "reverse" reference

2014-02-17 Thread nicolas de loof
I wonder the recommended way for an item in jenkins data model to access his "parent" for sample : SCM to retrieve related Job Stapler.getCurrentRequest().getAncestorInPath(class) is the sole option I've found so far, bu assumes a web request. I don't think there's a better option, and wonder st

Re: jenkins tree model "reverse" reference

2014-02-17 Thread nicolas de loof
but I can't. from gitSCM I need job to compute environment and expand variables Why isn't this recommended ? I would consider this to make the model more powerful. 2014-02-17 17:08 GMT+01:00 Jesse Glick : > On Mon, Feb 17, 2014 at 7:03 AM, nicolas de loof > wrote: > > t

Re: jenkins tree model "reverse" reference

2014-02-17 Thread nicolas de loof
nicolas de loof > wrote: > > from gitSCM I need job to compute environment and expand variables > > Most places where the job would be needed, it (or a build of it) is > already passed in as a method argument. If you are dealing with a case > where it is not, then that is what

Re: jenkins tree model "reverse" reference

2014-02-17 Thread nicolas de loof
2014-02-17 18:28 GMT+01:00 Jesse Glick : > On Mon, Feb 17, 2014 at 12:15 PM, nicolas de loof > wrote: > > my use case is GitSCM (actually, GitRepositoryBrowser) to expand > attributes > > based on Job.getEnvironment > > how would you handle this ? > > Sounds

Re: jenkins tree model "reverse" reference

2014-02-17 Thread nicolas de loof
yes, so suggestion for annotation to enforce it. 2014-02-17 18:56 GMT+01:00 Jesse Glick : > On Mon, Feb 17, 2014 at 12:50 PM, nicolas de loof > wrote: > > Just a question to make @Ancestor extend XStreamOmitField > > (Or more simply make it transient.) If you remember

Re: Git Plugin: detect and build tags from only one specific branch

2014-02-23 Thread nicolas de loof
The proposed solution is to create on local working copy a (pseudo)-branch per remote tag, using a custom refspec, then set branch specifier to select them. Looks a reasonable solution. 2014-02-23 13:55 GMT+01:00 Vlad Aginsky : > Hi all, > > I want to detect and build tags from only one specific

Re: need commit access in github to publish new plugin : composer-security-checker-plugin

2014-03-19 Thread nicolas de loof
https://github.com/jenkinsci/composer-security-checker-plugin 2014-03-19 9:46 GMT+01:00 Laurent RICHARD : > Dear jenkins devs, > > I would like to publish our new Plugin for Jenkins. > > Find below the details requested: > > Plugin Name: composer-security-checker-plugin > GITHUB username: easylo

Re: Opensourcing a plugin under a different github org

2014-03-24 Thread nicolas de loof
yes, no problem, even it's easier for contributors to find its source code when present in jenkinsci org. 2014-03-24 19:04 GMT+01:00 Surya Gaddipati : > My employer is interested in opensourcing a plugin that we developed in > house. But we would like our plugin to be under github org not jenkin

Re: buildflow release?

2014-04-07 Thread nicolas de loof
2014-04-07 9:44 GMT+02:00 James Nord (jnord) : > Is it time for another release of buildflow plugin? > > > > There have been numerous fixes/improvements/changes since the last release > over a year ago[1] > > > > The only issue I see is that it has broken backwards compatability due to > the remo

build-flow is looking for a new maintainer

2014-05-03 Thread nicolas de loof
As quickly discussed on users list, I can't get enough time to get build-flow evolve the way I consider it should, and consider initial technical decision I made to be wrong, so give up witht this one. If anyone want's to take ownership I'm fine -- You received this message because you are subscr

Re: GitHub => Jenkins : Not intended to be browsed interactively (must specify payload parameter)

2014-07-04 Thread nicolas de loof
This error is expected, the webhook only work when used with github payload 2014-07-04 13:26 GMT+02:00 Eric L'Hostis : > Hi, > > It does not work. The / was alreay here. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscr

maven-plugin snapshot dependency broken by design ?

2014-08-08 Thread nicolas de loof
A customer of mine reported a weird behavior using maven snapshot dependencies to trigger builds as a resume, he has maven jobs A, B, C B depends on A-SNAPSHOT C depends on A-SNAPSHOT and B-SNAPSHOT A is an active project, so is more or less always building same for B as a direct dependent job t

Re: new plugin, lucene-search

2014-08-31 Thread nicolas de loof
https://github.com/jenkinsci/lucene-search-plugin 2014-08-31 12:44 GMT+02:00 Marcus Jacobsson : > Hi > > We've created a new plugin called Lucene-Search that we would like to > publish. It's a plugin that stores build data, including console output, in > a Lucene database and extends the search

@DataBoundSetter

2014-09-02 Thread nicolas de loof
I'm trying to use filed-based databinding : public class MyBuildWrapper extends BuildWrapper { @DataBoundSetter public String data; // no constructor I receive this error : Caused by: org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constr

Re: @DataBoundSetter

2014-09-02 Thread nicolas de loof
thanks If a @DataBoundConstructor is required then this new annotation only offer half the benefit I expected :'( I also wonder why the name, not just "@DataBound". Time for a pull-request :) 2014-09-02 14:20 GMT+02:00 Christopher Orr : > Hi Nicolas, > > > On 02/0

Re: @DataBoundSetter

2014-09-02 Thread nicolas de loof
2014-09-02 18:11 GMT+02:00 Jesse Glick : > On Tue, Sep 2, 2014 at 8:38 AM, nicolas de loof > wrote: > > If a @DataBoundConstructor is required then this new annotation only > offer > > half the benefit I expected > > What is the problem? The @DBC can still be used for

Re: @DataBoundSetter

2014-09-02 Thread nicolas de loof
What I'd like, for simplest component, is to only have to write : @Described("display name") public class Foo extends ... { @DataBound public String data; } maybe could be implemented with some Lombok custom code processor 2014-09-02 18:44 GMT+02:00 nicolas de loof : >

Re: New Plugin: saltapi

2014-09-05 Thread nicolas de loof
Would you like this plugin to be hosted on jenkinsci community github ? 2014-09-05 5:40 GMT+02:00 Christian McHugh : > Hello all > > I've created an build plugin to execute a SaltStack API call. > Kaplow! https://github.com/mchugh19/jenkins-saltapi > > I'm very much not a programmer, this was me

Re: New Plugin: saltapi

2014-09-05 Thread nicolas de loof
https://github.com/jenkinsci/saltstack-plugin please create a wiki page for this plugin. 2014-09-05 14:08 GMT+02:00 Christian McHugh : > Sure! I suspect others would find it useful. > > Thanks > On Sep 5, 2014 2:25 AM, "nicolas de loof" > wrote: > >> Would yo

Re: New Plugin: saltapi

2014-09-05 Thread nicolas de loof
copy header macro used on other plugin pages, the metrics are computed every ~24h from update center data, so will need you to release first version. 2014-09-05 16:04 GMT+02:00 Christian McHugh : > > On Fri, Sep 5, 2014 at 7:14 AM, nicolas de loof > wrote: > >> please crea

Re: CFLint plugin

2014-09-10 Thread nicolas de loof
I've cleanup you git repo history and pushed to https://github.com/jenkinsci/CFLint-plugin if you need to start a new plugin, don't fork another one :) also, use maven to run the release process and set release tags 2014-09-10 13:54 GMT+02:00 Ryan Eberly : > That's fine. We'll do a fresh one. > >

Re: new plugin hosting request

2014-09-10 Thread nicolas de loof
forked as https://github.com/jenkinsci/yaml-project-plugin 2014-09-09 17:41 GMT+02:00 'Matthew Moore' via Jenkins Developers < jenkinsci-dev@googlegroups.com>: > I have posted a new plugin here: > https://github.com/mattmoor/yaml-project-plugin > > and added its associated wiki page here: > h

switch off from java 5

2014-09-23 Thread nicolas de loof
Hi folks, we had discussions here about requiring java 6 for Jenkins. I don't see a major benefit for using it, as new API/feature would offer border-line changes to jenkins codebase. Same for Java 7 (which is announced EOL anyway) Makes me wonder if we could start discussion on migrating to Java

Proposal : Jenkins to require Java 8

2014-09-24 Thread nicolas de loof
Changed the thread topic, as it sounds it's not appealing enough to get feedback :) 2014-09-23 18:33 GMT+02:00 nicolas de loof : > Hi folks, > > we had discussions here about requiring java 6 for Jenkins. I don't see a > major benefit for using it, as new API/feature w

Re: Proposal : Jenkins to require Java 8

2014-09-24 Thread nicolas de loof
Lack of a recent JDK on some exotic systems (*) was already a blocker for Java 6 upgrade, that's a real issue, but on the other side we can't stuck to java 5 just because SCO-Unix don't have a better JDK. As suggested by Dominik, I think starting a 2.x branch to require java 8 would make sense. Sp

Re: switch off from java 5

2014-09-24 Thread nicolas de loof
12:58 GMT+02:00 Laurent Malvert : > +1. > > I think moving to at least Java 7 would be beneficial. However I doubt > there'll be enough pull to move directly to Java 8. I'd totally be in favor > of it though. > > > On Tue, Sep 23, 2014 at 6:33 PM, nicolas de loo

Re: Proposal : Jenkins to require Java 8

2014-09-24 Thread nicolas de loof
2014-09-24 21:55 GMT+02:00 Nigel Magnay : > >> >> It is also not just so called esoteric OSes that do not have Java8. Take >> Ubuntu for example. The current latest release 14.04 still doesn't have >> Java8 as a native package >>

Re: Proposal : Jenkins to require Java 8

2014-09-24 Thread nicolas de loof
just using Java 8 (i.e. use some new API that do a better job) could help, but doesn't need a debate, we already do this for a while. Requiring Java 8 would allow some major change in jenkins design, especially on the way we extend base classes, and define API (as inner classes) vs lambdas 2014-09

Re: Proposal : Jenkins to require Java 8

2014-09-25 Thread nicolas de loof
he codebase and thus an adaptation/rewrite of plugins) > it won't land before 1 year ? 2 years ? (at least to be stable / LTS) > I think that in one or 2 years J8 should have more supported environments > ... > > On Thu, Sep 25, 2014 at 7:32 AM, nicolas de loof > wrote: >

  1   2   3   4   5   6   >