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 vladic...@gmail.com: Hi all, I want to detect and build tags from

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

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 jgl...@cloudbees.com: On Mon, Feb 17, 2014 at 7:03 AM, nicolas de loof nicolas.del

Re: jenkins tree model reverse reference

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

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 jgl...@cloudbees.com: On Mon, Feb 17, 2014 at 12:50 PM, nicolas de loof nicolas.del...@gmail.com wrote: Just a question to make @Ancestor extend XStreamOmitField (Or more simply make it transient

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 wannes.s...@gmail.com 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

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 luca.milane...@gmail.com 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

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

2013-11-11 Thread nicolas de loof
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 github. just need some scripting to use it. would you like me to look

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

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

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

2013-11-11 Thread nicolas de loof
, 2013 at 7:37 AM, nicolas de loof nicolas.del...@gmail.com wrote: 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

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

2013-11-11 Thread nicolas de loof
-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) branch-api-plugin.git credentials-plugin.git deployit-plugin.git ec2-cloud-axis-plugin.git

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 aaron.john...@neotys.com Hi, It looks like I have access to a repository named jenkinsci/neoload-plugin-developers and no access at

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 hakan.tando...@gmail.com 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: 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

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

2013-10-31 Thread nicolas de loof
this 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 publish maven generated site, isn't it ? Maybe we could

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

2013-10-31 Thread nicolas de loof
a 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 nicolas.del...@gmail.com 2013/10/31 Hakan Tandoğan hakan.tando...@gmail.com Both would be good solutions. Especially the first so I don't have

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 stephen.alan.conno...@gmail.com On Thursday, 31 October 2013, Jesse Glick wrote: On Thu, Oct 31, 2013 at 6:47 AM, Hakan Tandoğan hakan.tando...@gmail.com wrote: Is there a way to tell cloudbees

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 da...@davidstrauss.net Everything should be in order here: https://github.com/pantheon-systems/certificate-authentication-for-jenkins My GitHub username is davidstrauss. -- You received this

Re: Jenkins and git

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

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: 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 mfriedenha...@gmail.com 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 nicolas.del...@gmail.com 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 mikecanbefo...@gmail.com Hi

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 mikecanbefo...@gmail.com Oh, thanks by the way.. I'm

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 mikecanbefo...@gmail.com Hey, I'm glad you're being cautious! FYI.. Almost figured out a way to use a webhook for my own server to not

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

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 nicolas.del...@gmail.com Hi Mike, jenkins.ci.cloudbees.com instance is indeed designed

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
to be used as the CI for plugins. On Mon, Oct 14, 2013 at 8:43 AM, nicolas de loof nicolas.del...@gmail.com wrote: 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

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
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. Thanks for the guidance. Mike On Monday, October 14, 2013 11:43:14 AM UTC-4, 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 sgaddip...@groupon.com Bump!!. Could someone let me know if this is doable? On Thursday, October 10, 2013 1:50:13 PM UTC-5, surya gaddipati wrote:

Re: Git plugin 2.0 release?

2013-10-11 Thread nicolas de loof
2013/10/10 nicolas de loof nicolas.del...@gmail.com reproduced. will investigate on this tomorrow. 2013/10/10 nicolas de loof nicolas.del...@gmail.com 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

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 vincent.lato...@gmail.com in the later issue, I'm actually using an invalid url rather than just invalid credentials. Vincent 2013/10/11 nicolas de loof

Re: Git plugin 2.0 release?

2013-10-10 Thread nicolas de loof
Vincent 2013/10/10 Vincent Latombe vincent.lato...@gmail.com Thanks nicolas, i'll give it a try asap Vincent Le 10 oct. 2013 12:00, nicolas de loof nicolas.del...@gmail.com a écrit : implemented, and released as 2.0-beta-3 I'd like to give it some time for live test, then will release

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
that should be ok) 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 nicolas.del...@gmail.com : you've got my +1 2013/10/8 Kohsuke Kawaguchi k...@kohsuke.org Mainly to Nicolas

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 davidkarl...@gmail.com Ouch. Git plugin v1 supports this by having it in the url. user:pass 9. okt. 2013 08:43 skrev nicolas de loof nicolas.del...@gmail.com følgende: Probably never

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 stephen.alan.conno...@gmail.com 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

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
will be send in plain text and also end up in the logs. Am 09.10.2013 um 10:54 schrieb nicolas de loof nicolas.del...@gmail.com : I investigating another solution : add the username:password dynamically to URL as git commands are executed by git-client. This would be transparent for git-plugin

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 stephen.alan.conno...@gmail.com will they be stored in the git remote config in .git/config? On 9 October 2013 13:22, nicolas de loof nicolas.del...@gmail.com wrote: credentials won't appear

Re: Git plugin 2.0 release?

2013-10-09 Thread nicolas de loof
text in job configuration :P 2013/10/9 Jesse Glick jgl...@cloudbees.com On Wed, Oct 9, 2013 at 8:49 AM, nicolas de loof nicolas.del...@gmail.com 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
solution is to have the password in plain text in job configuration :P 2013/10/9 Jesse Glick jgl...@cloudbees.com On Wed, Oct 9, 2013 at 8:49 AM, nicolas de loof nicolas.del...@gmail.com wrote: Just like svn does with ~/.subversion, and probably other tools. FWIW the Mercurial plugin in 1.48

Re: Git plugin 2.0 release?

2013-10-08 Thread nicolas de loof
you've got my +1 2013/10/8 Kohsuke Kawaguchi k...@kohsuke.org 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

Re: @DataBoundSetter

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

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 o.v.nenas...@gmail.com 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

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 c...@praqma.net 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

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 jgl...@cloudbees.com On Wed, Sep 4, 2013 at 6:41 PM, Andrew Phillips aphill...@xebialabs.com 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

Re: New repo for Hall.com Plugin

2013-09-04 Thread nicolas de loof
should be fixed now 2013/9/4 Andrew McSherry a...@hall-inc.com 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!

Re: ToolInstaller, PATH and environment

2013-09-03 Thread nicolas de loof
-plugin/commit/** 63eff4b438fe2c330482f61aa2cb83**28ebdb832fhttps://github.com/ndeloof/bees-sdk-plugin/commit/63eff4b438fe2c330482f61aa2cb8328ebdb832f 2013/9/2 nicolas de loof nicolas...@gmail.com Hi, I'm working on https://github.com/ndeloof/**bees-sdk-pluginhttps://github.com/ndeloof/bees

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

Re: ToolInstaller, PATH and environment

2013-09-02 Thread nicolas de loof
/63eff4b438fe2c330482f61aa2cb8328ebdb832f 2013/9/2 nicolas de loof nicolas.del...@gmail.com 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

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

2013-08-30 Thread nicolas de loof
** ** *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: Build flow plugin: How to copy results from downstream jobs ** ** I don't want

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

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 stanislav.bashkirt...@gmail.com I've created a pull

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 teilo+goo...@teilo.net On Wednesday, 21 August 2013 11:03:02 UTC+1, nicolas de loof wrote: BTW - the pom.xml still references LGPL v3 fixed. Many other files

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-21 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 teilo+goo...@teilo.net Hi Nicolas/Cloudbees/other buildflow contributors. Currently the

Re: commit access for new plugin

2013-08-21 Thread nicolas de loof
forked as https://github.com/jenkinsci/graphite-plugin 2013/8/21 Joachim Rodrigues rodrigues.joac...@gmail.com 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

Re: commit access for new plugin

2013-08-21 Thread nicolas de loof
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-pluginhttps://github.com/jenkinsci/graphite-plugin 2013/8/21 Joachim Rodrigues rodrigue...@gmail.com Hi I

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-21 Thread nicolas de loof
;) BTW - the pom.xml still references LGPL v3 licenses license nameLGPL 3/name urlhttp://www.gnu.org/licenses/lgpl.html/url distributionrepo/distribution /license /licenses fixed. On Wednesday, 21 August 2013 07:14:42 UTC+1, nicolas de loof

Re: BuildFlow Plugin licence - Afferro GPL / GPL?

2013-08-21 Thread nicolas de loof
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, 21 August 2013 11:03:02 UTC+1, nicolas de loof wrote: 2013/8/21 teilo teilo

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 c.bu...@mwaysolutions.com Hello jenkins Team, because I just can't find the correct email address where to send it to, so I am trying it this

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 teilo+goo...@teilo.net Hi all, I'm attempting to write a buildflow extension. However as soon as I attempt to register the extension (not even use it)

Re: Prune in git-plugin 2.0 (probably question for Kohsuke)

2013-08-07 Thread nicolas de loof
fetching? (see JIRA bug) On Tuesday, August 6, 2013 6:39:20 PM UTC+7, nicolas de loof wrote: Isn't https://github.com/**jenkinsci/git-plugin/blob/** refactoring/src/main/java/**hudson/plugins/git/extensions/** impl/PruneStaleBranch.javahttps://github.com/jenkinsci/git-plugin/blob

Re: Prune in git-plugin 2.0 (probably question for Kohsuke)

2013-08-07 Thread nicolas de loof
not working well, so may be it would be good to make it right at once, during refactoring. On Wednesday, August 7, 2013 1:50:09 PM UTC+7, nicolas de loof wrote: need to test, but anyway this refactoring goal was not to fix JENKINS-18834 https://issues.jenkins-ci.org/browse/JENKINS-18834, so maybe

Re: Prune in git-plugin 2.0 (probably question for Kohsuke)

2013-08-06 Thread nicolas de loof
Isn't https://github.com/jenkinsci/git-plugin/blob/refactoring/src/main/java/hudson/plugins/git/extensions/impl/PruneStaleBranch.javawhat your looking for ? 2013/8/6 Sapone mylniko...@gmail.com Looks like Prune option is completly removed in refactoring branch. Why? Here the bug in JIRA:

Re: Jenkins CLI: ssh key and ssh agent

2013-08-02 Thread nicolas de loof
Sounds good to me I'm looking into updating svnkit fork to 1.7.10 and need build217 as dependency as well But searching for source code to merge, I notice - http://www.ganymed.ethz.ch/ssh2/ only provide outdated build 210, - it has a link to http://www.cleondris.ch/ where I only can find

Re: Jenkins CLI: ssh key and ssh agent

2013-08-02 Thread nicolas de loof
released org.jenkins-ci:trilead-ssh2:build217-jenkins-2 2013/8/2 nicolas de loof nicolas.del...@gmail.com Sounds good to me I'm looking into updating svnkit fork to 1.7.10 and need build217 as dependency as well But searching for source code to merge, I notice - http

svnt jenkins fork

2013-08-02 Thread nicolas de loof
As an attempt to reduce differences between official svnkit and jenkins fork I've created http://issues.tmatesoft.com/issue/SVNKIT-340 and http://issues.tmatesoft.com/issue/SVNKIT-341. Would appreciate if you vote for them as Tmate don't seem to care much ;) -- You received this message because

Re: Need some advice on what to put and not to put on repo.jenkins-ci.org

2013-08-01 Thread nicolas de loof
We also discussed on getting jenkins repo synced to central, any progress made on this topic ? 2013/8/1 Baptiste MATHUS m...@batmat.net Le 1 août 2013 01:34, Jesse Glick jgl...@cloudbees.com a écrit : On Wed, Jul 31, 2013 at 10:55 AM, Sandell, Robert robert.sand...@sonymobile.com

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread nicolas de loof
forked as https://github.com/jenkinsci/accelerated-build-now-plugin 2013/7/31 Baptiste MATHUS bmat...@batmat.net Hi, Congrats for that plugin, I really like the idea. Did you consider merging it somehow with the Priority Sorter Plugin? I feel this would be great to combine both the

Re: Need some advice on what to put and not to put on repo.jenkins-ci.org

2013-07-31 Thread nicolas de loof
no problem for me to keep it hosted on jenkins-ci.org 2013/7/31 Sandell, Robert robert.sand...@sonymobile.com Hi, The Gerrit Trigger plugin is a multi module project, the plugin, a library for connecting and receiving stream events from Gerrit and one module that contains common build

Re: New plugin : Accelerated Build Now Plugin

2013-07-31 Thread nicolas de loof
to enable/disable the AcceleratedBuildNow feature. I'll think about it for sure ! Thanks for the suggestion ! Regards, Anthony On Wed, Jul 31, 2013 at 3:59 AM, nicolas de loof nicolas.del...@gmail.com wrote: forked as https://github.com/jenkinsci/accelerated-build-now-plugin 2013/7/31

Re: git-plugin: after checkout not on any branch

2013-07-22 Thread nicolas de loof
true, git plugin build in detached head as it can support commits from various branches Le dimanche 21 juillet 2013, Vincent Latombe a écrit : Hi, I do believe it is actually a feature. Let me explain why. Unlike most SCM plugins in Jenkins, the Git plugin allows to track all branches on

Re: Git + Git-client plugins commit question (fetch with multiple refspecs)

2013-07-16 Thread nicolas de loof
look at git plugin refactoring branch 2013/7/16 Sapone mylniko...@gmail.com I've made two commits for allowing fetch to use multiple refspecs: https://github.com/sapone/git-client-plugin/commit/177e7f8779148e5474fb027c541b2d4cf28a17ef

Re: [git-plugin] [FIXED JENKINS-17769], [FIXED JENKINS-17915], (#152)

2013-07-16 Thread nicolas de loof
I'm on vacation now but will review this asap. Please note major refactoring in progress in git plugin (see refactoring branch) 2013/7/17 Rakesh S S ss.rak...@gmail.com Hello, Its almost 2 months passed, Could anyone review my changes for the pull request [git-plugin] [FIXED JENKINS-17769],

Re: iosbuilder-plugin

2013-07-14 Thread nicolas de loof
done : https://github.com/jenkinsci/iosbuilder-plugin 2013/7/14 Eugene Solodovnykov sharpl...@gmail.com Hello everybody, I've developed a new builder plugin for iOS and I'd like to host it in Jenkins' plugins repository. Again, its name is iosbuilder-plugin and you could fork it from my

how to retrieve schedule job build number ?

2013-07-10 Thread nicolas de loof
I'm triggering a job (build flow plugin) using project.scheduleBuild2 I'd like to get the build number as the build start, not waiting for completion (just like queue widget does). Seems I need the Queue Item ID for this purpose, but scheduleBuild2 don't expose this one. Any suggestion ? -- You

Re: how to retrieve schedule job build number ?

2013-07-10 Thread nicolas de loof
the build number 2013/7/10 Christoph Kutzinski ku...@gmx.de AFAIK, you cannot determine the build number before the build is actually started. So you cannot get it from the queued item. *Gesendet:* Mittwoch, 10. Juli 2013 um 12:07 Uhr *Von:* nicolas de loof nicolas.del...@gmail.com

Re: [Git plugin] Where in the code is the actual git merge command ?

2013-07-07 Thread nicolas de loof
git plugin relies on git-client plugin for repo commands execution 2013/7/7 Ivan Kalinin pupss...@gmail.com Looks like it is here: https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/GitSCM.java#L1160 On Saturday, July 6, 2013 1:46:56 AM UTC+4, michaelsdev

subversion plugin development

2013-07-02 Thread nicolas de loof
I'm running mvn hpi:run on subversion plugin expecting I can do some quick test on a bug fix, but I always get the war-packaged 1.26 subversion plugin installed, even there's a pinned file generated. What's wrong ? -- You received this message because you are subscribed to the Google Groups

Re: subversion plugin development

2013-07-02 Thread nicolas de loof
the version displayed changed to 1.51-SNAPSHOT (private-07/02/2013 13:19-kinow) Hope that helps, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: nicolas de loof nicolas.del...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Tuesday

Re: Plugin hosting request: git-chooser-alternative-plugin

2013-06-27 Thread nicolas de loof
https://github.com/jenkinsci/git-chooser-alternative-plugin Can you explain the underlying use case ? why only build one branch from specification if more than one match ? 2013/6/27 Kieron Briggs kbri...@gmail.com Hi all, I've implemented a plugin that extends git-plugin to provide an

Re: cannot access to my own plugin repo

2013-06-24 Thread nicolas de loof
ssh user is git not your own ID 2013/6/24 Roman rgrigor...@gmail.com Hi, I cannot access to my plugin repo in jenkinsci, who could help me? git push ssh://ryg-:888r...@github.com/jenkinsci/custom-history-plugin.git CustomHistory-1.2 Permission denied (publickey). fatal: Could not read

Re: [build-flow-plugin] How to combine exit codes of partial builds?

2013-06-20 Thread nicolas de loof
this is not implemented and will not be as is. looks like what you want is guard { parallel ([ t1: { build(something) }, t2: { build(something else) } ]) } rescue { build(blab) } 2013/6/20 pawelrychlik rychlik.pa...@gmail.com What's the proper way to set the exit

Re: Hosting request for LeastLoad Plugin

2013-06-04 Thread nicolas de loof
and CI job : https://jenkins.ci.cloudbees.com/job/plugins/job/leastload-plugin/ 2013/6/4 Ulli Hafner ullrich.haf...@gmail.com Hi Brendan, sorry for the delay, here is your forked repository: https://github.com/jenkinsci/leastload-plugin Welcome aboard! Ulli Am 04.06.2013 um 08:56

Re: Build flow plugin extension

2013-06-04 Thread nicolas de loof
. } ** ** Best regards Stevo ** ** *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *nicolas de loof *Sent:* Monday, June 03, 2013 4:31 PM *To:* jenkinsci-dev@googlegroups.com *Subject:* Re: Build flow plugin extension

Re: Build flow plugin extension

2013-06-03 Thread nicolas de loof
by “extension points ”. ** ** Br Stevo ** ** *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *nicolas de loof *Sent:* Monday, June 03, 2013 4:14 PM *To:* jenkinsci-dev@googlegroups.com *Subject:* Re: Build flow plugin extension

Re: Request hosting plugin for iceScrum :-)

2013-06-01 Thread nicolas de loof
done = https://github.com/jenkinsci/icescrum-plugin please update scm in your pom.xml and create a wiki page on wiki.jenkins-ci.org 2013/6/1 Vincent Barrier barrier.vinc...@gmail.com Hi, I've started a new plugin to link iceScrum http://www.icescrum.orgagile project management with

Re: Request hosting plugin for iceScrum :-)

2013-06-01 Thread nicolas de loof
me again ? :-/ On Sat, Jun 1, 2013 at 12:06 PM, nicolas de loof nicolas.del...@gmail.com wrote: done = https://github.com/jenkinsci/icescrum-plugin please update scm in your pom.xml and create a wiki page on wiki.jenkins-ci.org 2013/6/1 Vincent Barrier barrier.vinc...@gmail.com Hi

template-project-plugin

2013-05-31 Thread nicolas de loof
Hi Alan, are you still actively maintaining template-project-plugin ? Last commit is 2 years old, so my question. I just approved a pull request to get a minor issue fixed, wonder if a release could occur. -- You received this message because you are subscribed to the Google Groups Jenkins

release favorite plugin ?

2013-05-29 Thread nicolas de loof
last favorite plugin release is 6 month old few fixes (including folders support) are waiting for a release I volunteer to run the release process if this is just a question of available spare time -- You received this message because you are subscribed to the Google Groups Jenkins Developers

Re: Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-29 Thread nicolas de loof
I approved your pull request, released svnki-1.7.6-jenkins-2 also fetched svnkit head in jenkins' fork into the incoming branch, so we can cherry-pick fixes when necessary, until there's a new 1.7.x release. 2013/5/29 Christoph Kutzinski ku...@gmx.de I'd really look into it, but

Re: release favorite plugin ?

2013-05-29 Thread nicolas de loof
done, thanks for quick response 2013/5/29 Larry Shatzer, Jr. lar...@gmail.com Nicolas, Feel free to release it. Sorry that I've not had the time to make the release, and keep forgetting about it. Thanks! -- Larry On Wed, May 29, 2013 at 4:17 AM, nicolas de loof nicolas.del

detect Matrix project

2013-05-28 Thread nicolas de loof
Hi, I'd like to introduce an option for a Publisher to execute on each matrix-project axe OR for matrix head. email-ext has such an option for sample. I wonder how to only display this option for matrix projects, that means in my config.jelly I need to do some if job instanceof MatrixProject

Re: Request Hosting - GitHub Status Plugin

2013-05-07 Thread nicolas de loof
interesting you use travis.ci for CI :P 2013/5/7 domi d...@fortysix.ch This looks great!!! but I would this not make sense to be integrated to the GitHub plugin? I understand that the GH Plugin does not work with mirrors, but why not enhance it with your solution? /imod On 07.05.2013,

build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread nicolas de loof
I can't run mvn hpi:run or other build commands on build-pipeline-plugin. the error routed me to https://issues.jenkins-ci.org/browse/JENKINS-11739, but didn't helped any thought ? -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread nicolas de loof
of the databound constructors and it worked. Can't remember sepecifics :) On Fri, May 3, 2013 at 2:10 PM, nicolas de loof nicolas.del...@gmail.comwrote: I can't run mvn hpi:run or other build commands on build-pipeline-plugin. the error routed me to https://issues.jenkins-ci.org/browse

Re: candidate LTS backport commit

2013-04-16 Thread nicolas de loof
exhaustion? the ctor calls the same c'tor... On Tuesday, 16 April 2013 12:22:36 UTC+1, nicolas de loof wrote: Hi, I just hit a backward compatibility issue introduced in 1.509. (missing backward compatible constructor) fixed as https://github.com/**jenkinsci/jenkins/commit

Re: git-client-plugin cannot find org.jenkins-ci.lib:org.eclipse.jgit:jar:2.4.0-jenkins-1-SNAPSHOT

2013-03-17 Thread nicolas de loof
right, this SNAPSHOT is built on https://jenkins.ci.cloudbees.com/job/libraries/job/jgit/ I'm investigating a JGit patch and will then deploy a 2.4.0-jenkins-1 to maven.jenkins-ci.org in the meantime, you can add http://repository-jenkins.forge.cloudbees.com/snapshot/ as a snapshot repository in a

buildhive

2013-03-03 Thread nicolas de loof
I've disabled buildhive CI for jenkins-core ( https://buildhive.cloudbees.com/job/jenkinsci/job/jenkins/) as builds all fail with timeout and configured https://jenkins.ci.cloudbees.com/job/core to monitor pull-requests. I have more control on this one to tweak the build. -- You received this

Re: import macro in wiki

2013-02-25 Thread nicolas de loof
I'd prefer we use confluence markup, so I can use [1234@issue] for jira links 2013/2/25 slide slide.o@gmail.com On Sunday, February 24, 2013 9:17:09 AM UTC-7, nicolas de loof wrote: Hi, I'd like to manage plugin changelog as a file in gir repo, and get it included in wiki. I'd like

import macro in wiki

2013-02-24 Thread nicolas de loof
Hi, I'd like to manage plugin changelog as a file in gir repo, and get it included in wiki. I'd like to keep a wiki-style format, not html is there a confluence macro I could use to include external content as wiki markup source ? -- You received this message because you are subscribed to the

<    1   2   3   4   5   >