git - jira integration broken ?

2013-02-22 Thread nicolas de loof
I committed https://github.com/jenkinsci/git-client-plugin/commit/de9680a358c37255d392f6284ddd5c2357576718 [FIXED JENKINS-16911] don't break if reference is invalid. https://issues.jenkins-ci.org/browse/JENKINS-16911 was not updated (I manually marked as solved) -- You received this message

Re: Support for git plug-in?

2013-02-15 Thread nicolas de loof
:21 AM, nicolas de loof nicolas.del...@gmail.com wrote: yes it is, but filling a bug (which one ?) doesn't mean someone will jump on it to fix. This is a community effort :P issues are by default assigned to plugin maintainer (me) so the status on jira. I don't really monitor it (my bad), as I

Re: Support for git plug-in?

2013-02-15 Thread nicolas de loof
is at the root of your issue. Mark Waite -- *From:* nicolas de loof nicolas.del...@gmail.com *To:* jenkinsci-dev@googlegroups.com *Sent:* Friday, February 15, 2013 10:37 AM *Subject:* Re: Support for git plug-in? if you can get intermediate plugin release

Re: Support for git plug-in?

2013-02-15 Thread nicolas de loof
months ago. Thanks! -Ryan On Friday, February 15, 2013 10:45:13 AM UTC-8, nicolas de loof wrote: I need to read git doc in detail to understand how those two commands differ 2013/2/15 Mark Waite mark...@yahoo.com 1.1.21 used git whatchanged to answer the isRevExcluded question, while

Re: use JGit in git-plugin

2013-02-14 Thread nicolas de loof
Environment and Product Configuration Sony Mobile Communications ** ** *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *nicolas de loof *Sent:* den 14 februari 2013 08:01 *To:* jenkinsci-dev@googlegroups.com *Subject:* Re: use JGit in git

Re: Support for git plug-in?

2013-02-14 Thread nicolas de loof
the problem in a test environment, which will give us more flexibility. Sure, first thing to do. Then I can help you to create snapshots of the plugin to isolate the commit to introduce this regression. On Wed, Feb 13, 2013 at 8:46 AM, nicolas de loof nicolas.del...@gmail.com wrote

Re: Support for git plug-in?

2013-02-13 Thread nicolas de loof
, but that is just speculation on my part. Any debugging suggestions you have would be welcome. Thanks, Don On Wed, Feb 13, 2013 at 8:21 AM, nicolas de loof nicolas.del...@gmail.com wrote: yes it is, but filling a bug (which one ?) doesn't mean someone will jump on it to fix. This is a community

use JGit in git-plugin

2013-02-13 Thread nicolas de loof
Hi, for your information, I've started working on a JGit branchhttps://github.com/jenkinsci/git-plugin/tree/jgit in git-plugin, to replace use of system git client in favor of a pure java implementation. Using git cli require to run a system process for all git operations. This is fragile :

Re: use JGit in git-plugin

2013-02-13 Thread nicolas de loof
There is already a IGitAPI that allows this isolate git cli specific stuff, but never has been designed to let user select an implementation. My plan is to provide git-cli one as a plugin so you use JGit by default, but can switch to git-cli that offer more options 2013/2/13 Jesse Glick

Re: How do I delete a Git repository in GitHub?

2013-02-07 Thread nicolas de loof
://github.com/jenkinsci/**nis-notification-lamp-pluginhttps://github.com/jenkinsci/nis-notification-lamp-plugin/info/refs for me? Ich use this one as primary. Thanks and Regards Gana Am Mittwoch, 6. Februar 2013 21:09:33 UTC+1 schrieb nicolas de loof: you've been added to repository 2013/2/6

Re: How do I delete a Git repository in GitHub?

2013-02-06 Thread nicolas de loof
https://github.com/jenkinsci/nis-notification-lamp-plugin is the location to follow plugin development conventions I suggest you use this one as primary. I can delete it and rename nis-notification-lamphttps://github.com/jenkinsci/nis-notification-lamp if you wish see tips on

Re: How do I delete a Git repository in GitHub?

2013-02-06 Thread nicolas de loof
you've been added to repository 2013/2/6 Garamkhand Tserendondov gana.tserendon...@googlemail.com Hello, currently i don't have permission to this repo (403). Could you please give me the permission for git push'? nis-notification-lamp-plugin$ git push origin master Username for

Re: Jenkins Sticker

2013-02-03 Thread nicolas de loof
I use to distribute some when going to french JUGs, so could be an opportunity 2013/2/3 Daniel PETISME daniel.peti...@gmail.com Hello guys, I was wondering how is possible to get some Jenkins sticker outside the conferences? Devs laptops are incredible hoardings ;) I could distribute them

Re: Can jenkins-ci.org host a plugin that is built elsewhere?

2013-01-31 Thread nicolas de loof
2013/1/31 Scott Cowan scott.cowan@gmail.com Jesse, slide Kevin, Thank you all for your input. My understanding is that the terms of use in the license for Rational Team Concert does not allow for redistribution. I am getting clarification on that, and whether or not deploying it to

Re: Request to delete SubversionMailAddressResolverImpl without replacement - opinions?

2013-01-19 Thread nicolas de loof
it and *only if* somebody complains about the missing functionality (which is IMHO very unlikely) create the dedicated plugin? Am 18.01.2013 19:30, schrieb nicolas de loof: Maybe better to move in a dedicated plugin with a note on changelog, just in case someone need it? Le 18 janv. 2013 16:46

Re: Request to delete SubversionMailAddressResolverImpl without replacement - opinions?

2013-01-19 Thread nicolas de loof
for such a plugin. Am 19.01.2013 11:08, schrieb nicolas de loof: not such a big deal to create a plugin, and I prefer to get a clear note on JIRA + changelog that explain this component was removed and were to get it when necessary. I volunteer to do it next week if you don't have much time 2013/1/19

Re: Request to delete SubversionMailAddressResolverImpl without replacement - opinions?

2013-01-18 Thread nicolas de loof
Maybe better to move in a dedicated plugin with a note on changelog, just in case someone need it? Le 18 janv. 2013 16:46, Christoph Kutzinski ku...@gmx.de a écrit : Hi all, for reasons best described in https://issues.jenkins-ci.org/browse/JENKINS-15440 (and accompanying issues) I'd like to

Re: JPA support in the database plugin

2012-12-21 Thread nicolas de loof
why not inject the EntityManager (as I used to do on Spring apps) ? 2012/12/20 Kohsuke Kawaguchi kkawagu...@cloudbees.com I added the JPA support to the database plugin [1]. The code example taken from the Wiki page: public class Push { @Inject PersistenceService ps; public

Re: New plugin: JSLint for Jenkins

2012-12-21 Thread nicolas de loof
what prevent you to deploy a release ? ( https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org ) 2012/12/19 gavd_UK gavindav...@gmail.com Hi all, We have just enhanced this plugin so it exposes all of JSLint's options :-) You can now, for

Re: Can some reconfigure the subversion-plugin job and give it more PermGen space?

2012-12-21 Thread nicolas de loof
set to MaxPermSize=256m anyway, to avoid such failures in future 2012/12/18 Christoph Kutzinski ku...@gmx.de Thanks, not necessary anymore Am 18.12.2012 19:22, schrieb Christoph Kutzinski: It started to fail because of missing PermGen space

Re: New plugin - coordinator

2012-12-16 Thread nicolas de loof
interest you for coordination of jobs in jenkns [?] Can fork, but wonder there is no code there ! Best Regards, Ace On Sat, Dec 15, 2012 at 10:24 PM, nicolas de loof nicolas.del...@gmail.com wrote: join plugin has a limited scope, so I won't include it here build-pipeline is only

Re: New plugin - coordinator

2012-12-16 Thread nicolas de loof
forked as https://github.com/jenkinsci/coordinator-plugin 2012/12/16 nicolas de loof nicolas.del...@gmail.com 2012/12/16 Ace Han ace.jl@gmail.com Hello All, I'm surprised that this kind of plugin got so many comments. That flattered me. As we can review source code we all hope

Re: New plugin - coordinator

2012-12-15 Thread nicolas de loof
join plugin has a limited scope, so I won't include it here build-pipeline is only about visualization of a static flow (job order don't change) multijob is to establish such a static flow (if I understood it right) build-flow can be used to make the flow completely context-specific, so that

howto retrieve node from Launcher ?

2012-12-06 Thread nicolas de loof
I need the current node to resolve NodeSpecific ToolInstallation during SCM polling (clearcase, working on JENKINS-14247) clearcase plugin uses Computer.currentComputer().getNode(), and fall into a NullPointer when master is configure to have 0 executors currentComputer javadoc says This method

Re: howto retrieve node from Launcher ?

2012-12-06 Thread nicolas de loof
alternative. Just my 0.02 cents :) Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: nicolas de loof nicolas.del...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Thursday, December 6, 2012 9:01 AM Subject: howto retrieve node

Re: is a way to install jenkins plugin by API?

2012-11-29 Thread nicolas de loof
see CLI command https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/cli/InstallPluginCommand.java 2012/11/29 oliver gondža ogon...@redhat.com On Thu, 29 Nov 2012 14:08:50 +0100, James Yin cooc...@gmail.com wrote: we are trying to find a way to automatically install

plugin changelog

2012-11-20 Thread nicolas de loof
Hi folks, plugin changelog today is manually managed and in many case not updated as a plugin is released. I'd like to suggest we introduce some automation proposal is to setup a confluence macro (as we have for plugin-info) to auto generate plugin history from a CHANGELOG file in git repository

Re: Request hosting for a new plugin

2012-11-20 Thread nicolas de loof
github repo : https://github.com/jenkinsci/hp-application-automation-tools-plugin ci job : https://jenkins.ci.cloudbees.com/job/plugins/job/hp-application-automation-tools-plugin/ 2012/11/20 Ofir ofir.sha...@gmail.com https://github.com/hpsa/hp-application-automation-tools-plugin בתאריך יום

Re: plugin changelog

2012-11-20 Thread nicolas de loof
I was thinking about a simpler macro to just display a CHANGELOG.md file into wiki but this indeed could also use the git tags and other git related stuff to build a more automated changelog 2012/11/20 Christopher Orr ch...@orr.me.uk Hi Nicolas, On 20/11/12 09:35, nicolas de loof wrote

Re: Hosting a new plugin

2012-11-19 Thread nicolas de loof
Would probably be better to have : Root | Java Root || pom.xml || src/... | .Net Root || ... and use some maven magic to install the exe as a maven artifact so that java project can depend on it as a resource 2012/11/18 Ofir ofir.sha...@gmail.com I want to host a new

Re: Script console should not have RUN_SCRIPTS permission

2012-11-13 Thread nicolas de loof
There is no difference if your configuration is using impliedBy with the default behavior You make the assumption here that all ADMINISTER user will automatically get RUN_SCRIPT. This is the case with default setup, but in some circumstances (custom setup) such user WON't get RUN_SCRIPT, so will

Re: Request hosting for Assembla oAuth Jenkins plugin

2012-11-12 Thread nicolas de loof
please push plugin code to a repository on https://github.com/damir-assemblaand I'll fork it on jenkinsci account 2012/11/12 Damir da...@assembla.com Hello, I am developer of Assembla oAuth plugin for Jenkins. According to this manual

Re: Request hosting - GitHub ID (JerryCai) , jenkins-ci.org accountID jerrycai

2012-11-11 Thread nicolas de loof
/** display/JENKINS/GSSH+Pluginhttp://wiki.jenkins-ci.org/display/JENKINS/GSSH+Plugin that doesn't exist yet [Jerry Cai ] I will create a wiki page for my plugin soon . 2012/10/30 nicolas de loof nicolas.del...@gmail.com** CI job failed cause you job uses JDK7 to build. do you really require Java7

Re: How to tell a plugin not to load older builds because of (backwards) incompatibility

2012-11-10 Thread nicolas de loof
I've been looking for a better syntax, but can't find. 2012/11/10 Ognjen Bubalo ognjen.bub...@gmail.com Thank you! As I see this is the only way :( It is a hard one. On Saturday, November 3, 2012 8:58:48 AM UTC+1, nicolas de loof wrote: general practice is to keep old attribute

Re: Request hosting - GitHub ID (JerryCai) , jenkins-ci.org accountID jerrycai

2012-11-10 Thread nicolas de loof
/JENKINS/GSSH+Pluginhttp://wiki.jenkins-ci.org/display/JENKINS/GSSH+Plugin that doesn't exist yet [Jerry Cai ] I will create a wiki page for my plugin soon . 2012/10/30 nicolas de loof nicolas.del...@gmail.com** CI job failed cause you job uses JDK7 to build. do you really require Java7 ? Jenkins

Re: Moving Plugins to github

2012-11-09 Thread nicolas de loof
2012/11/9 Christopher Orr ch...@orr.me.uk Hi there, On 08/11/12 18:53, Thomas Fürer wrote: Would someone by so kind and help me with moving my plugins from svn to github? thinbackup (https://svn.jenkins-ci.org/**trunk/hudson/plugins/** thinBackup/

Re: Moving Plugins to github

2012-11-09 Thread nicolas de loof
done : https://github.com/jenkinsci/thin-backup-plugin also created CI job on https://jenkins.ci.cloudbees.com/job/plugins/job/thin-backup-plugin/ 2012/11/9 nicolas de loof nicolas.del...@gmail.com 2012/11/9 Christopher Orr ch...@orr.me.uk Hi there, On 08/11/12 18:53, Thomas Fürer wrote

Re: Moving Plugins to github

2012-11-09 Thread nicolas de loof
I committed a README on svn to document the move also, created a wiki page https://wiki.jenkins-ci.org/display/JENKINS/Thin+Backup+Plugin, please document this plugin 2012/11/9 nicolas de loof nicolas.del...@gmail.com done : https://github.com/jenkinsci/thin-backup-plugin also created CI job

Re: Moving Plugins to github

2012-11-09 Thread nicolas de loof
/display/JENKINS/Thinbackup Chris On 09/11/12 13:11, nicolas de loof wrote: I committed a README on svn to document the move also, created a wiki page https://wiki.jenkins-ci.org/**display/JENKINS/Thin+Backup+**Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Thin+Backup+Plugin, please

Re: Request hosting github

2012-11-08 Thread nicolas de loof
It shows the message http-request-plugin Developers grants 1 user admin access to 0 repositories. As you see 0 repositories. May you help me? Regards Janario Oliveira On Wednesday, November 7, 2012 6:04:58 AM UTC-2, nicolas de loof wrote: repo : https://github.com/**jenkinsci/http-request

Re: Script console should not have RUN_SCRIPTS permission

2012-11-07 Thread nicolas de loof
RUN_SCRIPTS is used to allow some user to run (mostly groovy) scripts that can access Jenkins.instance in-memory model (scriptler, groovy system script, groovy console), so - as you said - do whatever he want but some actions that require explicit ADMINISTER permission. so imho this makes sense to

Re: Script console should not have RUN_SCRIPTS permission

2012-11-07 Thread nicolas de loof
so, what would be the RUN_SCRIPTS permission according to your point of view ? Scriptler is exactly designed for your use case to let user run Administrative scripts without ability to edit them, so they can get some Admini-power delegated for a limited set of use-cases 2012/11/7

Re: Nerrvana plugin

2012-11-01 Thread nicolas de loof
forked as https://github.com/jenkinsci/nerrvana-plugin CI job: https://jenkins.ci.cloudbees.com/job/plugins/job/nerrvana-plugin/ 2012/11/1 Victor Orlov v706...@gmail.com Hello, as Hosting Pluginshttps://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins says, to get our plugin hosted in

Re: plugin request onGithub

2012-11-01 Thread nicolas de loof
Your sole public repository is rettink/harvest, is this the plugin you'd like to contribute ? 2012/11/1 Knitter, Tim S. tim.knit...@firstdata.com Hi – I would like to post a Jenkins plugin on Github. My Github id is rettink. ** ** Please let me know if there is anything else

Re: plugin request onGithub

2012-11-01 Thread nicolas de loof
. Is there anything I need to do other than upload the new source, change the pom.xml to reflect a new version? ** ** Thanks Tim ** ** *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *nicolas de loof *Sent:* Thursday, November 01, 2012 1:31 PM

Re: Request hosting - GitHub ID (JerryCai) , jenkins-ci.org account ID jerrycai

2012-10-30 Thread nicolas de loof
also, please create a wiki page for this plugin your pom.xml has a link to http://wiki.jenkins-ci.org/display/JENKINS/GSSH+Plugin that doesn't exist yet 2012/10/30 nicolas de loof nicolas.del...@gmail.com CI job failed cause you job uses JDK7 to build. do you really require Java7 ? Jenkins

Re: SSH-Agent plugin

2012-10-26 Thread nicolas de loof
if this native dependency / 0 install issue can be fixed, this could be used in git plugin to manage ssh authentication. I've been looking for such an option for a while and only had this option to write key to a temporary file, etc.. that is not pleasant 2012/10/26 Stephen Connolly

Re: New Plugin

2012-10-24 Thread nicolas de loof
about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException On Mon, Oct 22, 2012 at 4:28 PM, nicolas de loof nicolas.del...@gmail.com wrote: This should be ok now 2012/10/22 Phil

Re: New plugin - builds-chain-fingerprinter

2012-10-24 Thread nicolas de loof
please also push to jenkinsci repo then, and preferably create a wiki page on wiki.jenkins-ci.org 2012/10/24 AdvanTiSS advant...@gmail.com Just have updated readme.md with setup instuctions and screenshots yet. Look for documentaton at https://github.com/advantiss/**

Re: New plugin - builds-chain-fingerprinter

2012-10-24 Thread nicolas de loof
you should now 2012/10/24 AdvanTiSS advant...@gmail.com Seems i dont have write access to jenkinsci/b**uilds-chain-fingerprinter On Wednesday, October 24, 2012 2:51:56 PM UTC+3, nicolas de loof wrote: please also push to jenkinsci repo then, and preferably create a wiki page

Re: New Plugin

2012-10-24 Thread nicolas de loof
/url /scm On Wed, Oct 24, 2012 at 2:59 PM, nicolas de loof nicolas.del...@gmail.com wrote: Try using developerConnectionscm:git:g...@github.com: jenkinsci/lotus-connections-plugin.git 2012/10/24 Phil Rumble philrum...@hotmail.com I am trying to perform a release and I get this error

Re: New Plugin

2012-10-22 Thread nicolas de loof
to have commit rights. Can you assist please? On Thu, Jul 12, 2012 at 3:00 PM, nicolas de loof nicolas.del...@gmail.com wrote: + CI job https://jenkins.ci.cloudbees.com/job/plugins/job/lotus-connections/ 2012/7/12 Vojtech Juranek vjura...@redhat.com Hi, forked as lotus-connections-plugin [1

Re: New plugin - debian package builder

2012-10-22 Thread nicolas de loof
forked as https://github.com/jenkinsci/debian-package-builder-plugin CI job on https://jenkins.ci.cloudbees.com/job/plugins/job/debian-package-builder-plugin/ 2012/10/22 Ivan Kalinin pupss...@gmail.com Hello! I would like to contribute a plugin to the community – a debian package builder tool.

Re: New plugin - debian package builder

2012-10-22 Thread nicolas de loof
granted you access, but you just can push commits to github 2012/10/22 Ivan Kalinin pupss...@gmail.com Great! What do i do next? How do I grigger the job? On Monday, October 22, 2012 12:32:04 PM UTC+4, nicolas de loof wrote: forked as https://github.com/jenkinsci/**debian-package-builder

Re: Request for hosting plugin vboxwrapper

2012-10-22 Thread nicolas de loof
this should be fixed now 2012/10/22 theirix thei...@gmail.com On Monday, October 15, 2012 8:09:50 PM UTC+4, R Tyler Croy wrote: On Sun, 14 Oct 2012, Eugene Seliverstov wrote: Plugin is hosted at my github account: https://github.com/theirix/** vboxwrapper-plugin

Re: CI for plugins

2012-10-19 Thread nicolas de loof
... ** I 'm of course assuming that I haven't at some point used my personal email to register with CB, and I should be able to log in as there is a role plugin-maintainers :-)** /James On Thursday, 18 October 2012 19:04:13 UTC+1, nicolas de loof wrote: Hi folks, I eventually

CI for plugins

2012-10-18 Thread nicolas de loof
Hi folks, I eventually completed setup https://jenkins.ci.cloudbees.com/job/plugins/with a job for all plugins on jenkinsci github. They all have been created as maven jobs, so this won't make sense for ruby or gradle ones, just ping me if you want to reconfigure with other build tools/rules.

all repository use

2012-10-16 Thread nicolas de loof
Hi, I wonder how to use the http://git.jenkins-ci.org/all.git repository I cloned it, and expected it to have all jenkins repos as submodules, but this is not the case and I get an empty working copy, so wonder how you use it ?

Re: all repository use

2012-10-16 Thread nicolas de loof
I tried but no change 2012/10/16 Chris van Es cva...@gmail.com I haven't used it but do you not need to run the submodule commands? git submodule init git submodule update http://git-scm.com/book/en/Git-Tools-Submodules Chris. On 16 October 2012 14:40, nicolas de loof nicolas.del

Re: git-server-plugin jgit repo

2012-10-07 Thread nicolas de loof
+1, please add as mirror 2012/10/7 domi d...@fortysix.ch: Hi all, is there a reason why the eclipse repo (http://download.eclipse.org/jgit/maven) used by the git-server-plugin is not mirrored by http://repo.jenkins-ci.org/public/ https://wiki.jenkins-ci.org/display/JENKINS/Git+Server+Plugin

Re: build flow: parallel with params doesn't work - read job permissions

2012-10-06 Thread nicolas de loof
Hi, thanks for time spent debugging this issue. I assume the issue is caused by new threads started by parallel() that don't have the securitycontext set on threadlocal and as such are considered anonymous Will setup a test instance with security enabled and fix this is confirmed yet another

Re: Call for volunteers to work on security issues

2012-09-22 Thread nicolas de loof
I'd like to join My CLA is already in https://github.com/jenkinsci/infra-cla/tree/master/collected/icla/ndeloof 2012/9/22 Kohsuke Kawaguchi kkawagu...@cloudbees.com Occasionally people discover vulnerabilities in Jenkins. Because of the nature of the problem, we need a closed-door venue to

Re: Request hosting and BuildHive@CloudBees setup for hockeyapp plugin

2012-09-18 Thread nicolas de loof
://github.com/jenkinsci/hockeyapp-plugin shouldn't i have write access to the fork? thanks for helping out, Oliver nicolas de loof schrieb: forked 2012/9/17 Oliver Höltke hoel...@oho-dt.de Maybe my mail is lost in cyberspace or excessive threading. ;) Can somebody pls fork my

Re: New plugin : buildtriggerbadge

2012-09-18 Thread nicolas de loof
) I can't push on it. Baptiste Mathus (id : Batmat) has also developed on this plugin. Can you give him write rights too ? Thanks in advance, Michaël 2012/9/17 nicolas de loof nicolas.del...@gmail.com project forked : https://github.com/jenkinsci/buildtriggerbadge-plugin 2012/9/15 mpapo

Re: New plugin : buildtriggerbadge

2012-09-17 Thread nicolas de loof
project forked : https://github.com/jenkinsci/buildtriggerbadge-plugin 2012/9/15 mpapo - Michaël Pailloncy mpapo@gmail.com Hi, Here is a small plugin showing an icon representing the trigger cause of a build (timer, scm changes or user action) directly in the build history :

Re: Fix issue tracker url for Robot Framework plugin

2012-09-17 Thread nicolas de loof
You can override jira component ID, see https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-AddingaWikipage 2012/9/17 Janne Piironen janne.piiro...@gmail.com Hi, For some reason the Jira component id for Robot Framework plugin is 'robot-plugin' while the artifact id

Re: Request hosting and BuildHive@CloudBees setup for hockeyapp plugin

2012-09-17 Thread nicolas de loof
forked 2012/9/17 Oliver Höltke hoel...@oho-dt.de Maybe my mail is lost in cyberspace or excessive threading. ;) Can somebody pls fork my repository? regards, Oliver Oliver Höltke schrieb: Hi, I fixed this. Can somebody please try again? Oliver nicolas de loof schrieb

Re: New plugin: artifact-diff-plugin

2012-09-10 Thread nicolas de loof
forked : https://github.com/jenkinsci/artifact-diff-plugin friday indeed probably wasn't the best time :) 2012/9/10 oliver gondža ogon...@redhat.com I guess it is not a good idea to ask to be forked at Friday's afternoon. I hope there will be more people around today to get some feedback.

Re: repo plugin in need of new maintainer

2012-09-10 Thread nicolas de loof
I volunteer for this, I've to support android builds as my daily job ;) 2012/9/10 Brad Larson bklar...@gmail.com Hello, My repo plugin (https://wiki.jenkins-ci.org/display/JENKINS/Repo+Plugin) has 287 active installs, but 0 active maintainers. I no longer get to use repo at my dayjob, and

Re: [VOTE] Bump Jenkins to Java 6

2012-09-07 Thread nicolas de loof
+1 for java 6 - at least to get rid of IDE complaining for @Overide on interface ;) 2012/9/7 Christoph Kutzinski ku...@gmx.de +1 for going to Java 6 Original-Nachricht Datum: Fri, 7 Sep 2012 14:05:01 +0200 Von: David Karlsen davidkarl...@gmail.com An:

Re: Request hosting and BuildHive@CloudBees setup for hockeyapp plugin

2012-09-05 Thread nicolas de loof
This plugin can't be forked to jenkinsci because it is already a fork from jenkinsci/testflight-plugin https://github.com/jenkinsci/testflight-plugin 2012/9/5 Oliver Höltke hoel...@oho-dt.de Can some admin please look into this issue? thanks, Oliver Ulli Hafner schrieb: Seems that our

Re: New CAS single sign-on plugin

2012-09-05 Thread nicolas de loof
is fcrespel. - Fabien. Le mardi 4 septembre 2012 08:00:53 UTC+2, nicolas de loof a écrit : Done, Repo : https://github.com/**jenkinsci/cas-pluginhttps://github.com/jenkinsci/cas-plugin CI job : https://jenkins.ci.**cloudbees.com/job/plugins/job/**cas/https://jenkins.ci.cloudbees.com/job

Re: New CAS single sign-on plugin

2012-09-04 Thread nicolas de loof
Done, Repo : https://github.com/jenkinsci/cas-plugin CI job : https://jenkins.ci.cloudbees.com/job/plugins/job/cas/ 2012/9/3 Fabien Crespel fab...@crespel.net Hello there, Jenkins admins, could you please review my plugin fork request above? it has gone unnoticed for more than a month

Re: New plugin sonatype-ci-for-jenkins

2012-09-03 Thread nicolas de loof
sure, done 2012/9/3 Stuart McCulloch mccu...@gmail.com Thanks, could you also grant me write access to the forked repo and I'll sort out a release today. On 3 Sep 2012, at 08:51, nicolas de loof wrote: done - https://github.com/jenkinsci/sonatype-ci-for-jenkins 2012/8/30 Stuart McCulloch

Re: adding method to ModifiableItemGroup

2012-08-24 Thread nicolas de loof
Of *nicolas de loof *Sent:* den 23 augusti 2012 11:29 *To:* jenkinsci-dev@googlegroups.com *Subject:* adding method to ModifiableItemGroup ** ** Hi folks, ** ** for JENKINS-14902 I would like Jenkins.createProjectFromXML to be part of ModifiableItemGroup interface side effect

adding method to ModifiableItemGroup

2012-08-23 Thread nicolas de loof
Hi folks, for JENKINS-14902 I would like Jenkins.createProjectFromXML to be part of ModifiableItemGroup interface side effect is that adding such a method to an interface would break backward compatibility for plugins that implement this interface (even I don't know such a plugin but cloudbees

Re: Tip: grepping a pattern across all jenkinsci sources

2012-08-21 Thread nicolas de loof
Is this all git repo automaticaly maintained as new plugins are.created / forked on github ? Le 22 août 2012 01:36, Kohsuke Kawaguchi k...@kohsuke.org a écrit : Any chance you can capture this in an Wiki page? 2012/8/22 Jesse Glick jgl...@cloudbees.com: If you find yourself needing to look

Re: New Plugin

2012-08-15 Thread nicolas de loof
it simply cause its not supported in jenkins core and no one wrote a plugin to do that. I will create the repo and upload my code later, so you could have a look. Shai On Tuesday, August 14, 2012 12:51:10 PM UTC+3, nicolas de loof wrote: interesting. So your plugin is more about creating

Re: New Plugin

2012-08-15 Thread nicolas de loof
also, the maven release generated the ssh with my user and pw, should i remove the user and pw parameters? Shai On Wed, Aug 15, 2012 at 12:16 PM, nicolas de loof nicolas.del...@gmail.com wrote: don't use ssh://shaibe:shai***@ github.com/jenkinsci/template-workflows-plugin.git but ssh

Re: moved to github the redmine plugin

2012-08-15 Thread nicolas de loof
https://github.com/jenkinsci/redmine-plugin 2012/8/15 gaooh silver.vine.ebi...@gmail.com Hi. I moved to github repository for redmine plugin https://github.com/gaooh/redmine-plugin Could you please fork it in the jenkinsci organization. My github Id is gaooh Thank you

Re: New Plugin

2012-08-15 Thread nicolas de loof
/templateWorkflows/template-workflows/1.0/template-workflows-1.0.hpi. Return code is: 401 [INFO] i'm starting to think that it was easier to write the plugin than uploading it :) Shai On Wed, Aug 15, 2012 at 4:27 PM, nicolas de loof nicolas.del...@gmail.com wrote: fixed please try again

Re: rename permission ?

2012-08-15 Thread nicolas de loof
the job already exists, and the user only wants to rename it - which at the end will create a new workspace directory on the slave. Domi On 13.08.2012, at 01:39, nicolas de loof nicolas.del...@gmail.com wrote: Hi, looking at hudson.model.Job#doDoRename, I notice // rename

Re: New Plugin

2012-08-15 Thread nicolas de loof
, nicolas de loof nicolas.del...@gmail.com wrote: do you have credentials configured in your settings.xml for the distributionManagement server ? 2012/8/15 shai bhur shai.b...@gmail.com ok... now it worked and i was able to connect to github - thanks!!! BUT - the maven release failed

Re: New Plugin

2012-08-14 Thread nicolas de loof
please create a repo on https://github.com/shaibe and push plugin code, I'll then fork it on jenkinsci account I wonder if we could collaborate to merge this plugin with or depend upon my Build Flow plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin), as they seem to focus on

Re: New plugins: Random String Parameter and Choice From File Parameter

2012-08-11 Thread nicolas de loof
done https://github.com/jenkinsci/random-string-parameter-plugin https://jenkins.ci.cloudbees.com/job/plugins/job/random-string-parameter/ https://github.com/jenkinsci/choice-from-file-parameter-plugin https://jenkins.ci.cloudbees.com/job/plugins/job/choice-from-file-parameter/ 2012/8/11

Re: New plugin: custom-job-icon-plugin

2012-08-09 Thread nicolas de loof
Created https://github.com/jenkinsci/custom-job-icon-plugin 2012/8/9 jcsirot jcsi...@gmail.com Hello, I created this new plugin https://github.com/jcsirot/custom-job-icon-plugin It gives the possibility to configure each job with a custom icon which can be displayed in the dashboard.

Re: New plugin groovy-remote-control-plugin

2012-08-08 Thread nicolas de loof
irc-bot has an issue to create committer team, hope to get some account owner handle this @Olivier, @KK ? 2012/8/8 Kiyotaka Oku kiy0taka...@gmail.com Hi. I wrote new plugin. https://github.com/kiy0taka/groovy-remote-control-plugin And I tried to fork my repository using IRC Bot

Re: git-plugin pull request

2012-08-06 Thread nicolas de loof
summer time, please be patient ;) 2012/8/6 Thomas Sondergaard t...@medical-insight.com Can someone review my pull request? https://github.com/jenkinsci/**git-plugin/pull/78https://github.com/jenkinsci/git-plugin/pull/78 If this is not an appropriate place for asking, and you know where I

Re: Request for push rights for xfpanel-plugin

2012-07-30 Thread nicolas de loof
done 2012/7/30 Jonux jonh...@gmail.com My github ID is Jonux maanantai, 30. heinäkuuta 2012 11.01.35 UTC+3 nicolas de loof kirjoitti: what's your github ID ? 2012/7/30 Joel Huttunen Hi! I have created several new options to Jenkins xfpanel-plugin, but I haven't get any answer from

Re: Cannot commit to my forked plugin repo

2012-07-30 Thread nicolas de loof
committer team failed to get created as the repo has been cloned. see https://github.com/jenkinsci/backend-ircbot/pull/4 2012/7/30 Jesse Farinacci jie...@gmail.com Greetings, On Mon, Jul 30, 2012 at 8:29 AM, Jiří Sviták svitak.j...@gmail.com wrote: my plugin repository [1] was forked few

Re: New plugin: job-dsl-plugin

2012-07-27 Thread nicolas de loof
the integration. On Wed, Jul 25, 2012 at 12:19 PM, nicolas de loof nicolas.del...@gmail.com wrote: repo forked, but failed to create the members team (I'm asking KK to check the bot log for advice) ci job on https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl/ 2012/7/25 Justin Ryan quidr

Re: Verify downloaded jpi-files

2012-07-27 Thread nicolas de loof
update center (http://updates.jenkins-ci.org/download/plugins/) don't includes md5 / sha1 checksums afaik, but this would be a good addition for your use case and many others to avoid broken installations due to errors during plugin download. 2012/7/27 Fredrik Orderud forde...@gmail.com

Re: New plugin: job-dsl-plugin

2012-07-25 Thread nicolas de loof
repo forked, but failed to create the members team (I'm asking KK to check the bot log for advice) ci job on https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl/ 2012/7/25 Justin Ryan quidr...@gmail.com I'd like to move development and ci of a new plugin to jenkin-ci.org: Can someone add

Re: /configureTools

2012-07-24 Thread nicolas de loof
2012/7/24 Jesse Glick jgl...@cloudbees.com On 07/23/2012 04:27 PM, nicolas de loof wrote: suggested icon : http://commons.wikimedia.org/**wiki/File:Tools-spanner-* *hammer.svghttp://commons.wikimedia.org/wiki/File:Tools-spanner-hammer.svg Looks too much like the /configure setting.gif icon

Re: new plugin build-cause-run-condition-plugin

2012-07-23 Thread nicolas de loof
repo forked on https://github.com/jenkinsci/build-cause-run-condition-plugin 2012/7/19 cjo cjo.john...@gmail.com hi all, Please can someone fork this new run condition plugin and add JIRA component for it. https://github.com/cjo9900/build-cause-run-condition-plugin Github and Jenkins-ci

Re: New plugin: JSLint for Jenkins

2012-07-23 Thread nicolas de loof
forked on github, but the committer team creation failed (this issue with our tooling has already been reported, waiting for a fix) 2012/7/19 Gavin Davies gavindav...@gmail.com Hello, I've written a Jenkins plugin that I would like to add. It runs JSLint and outputs in the Checkstyle format.

Re: request hosting for jmeter plugin

2012-07-23 Thread nicolas de loof
Forked ... but committer team failed to get created. Issue reported to account admin to get our tooling fixed 2012/7/19 Pratik Dam pdam.2...@gmail.com HiJenkins developers , Blazemeter Inc wantsto host their new jenkins plugin for Jmeter . Thiswould use the

Re: /configureTools

2012-07-23 Thread nicolas de loof
I like this proposal a lot. Tools configuration can quickly expand and is not necessary addressing the same requirements than global jenkins settings, so a dedicated page is the way to go imho. suggested icon : http://commons.wikimedia.org/wiki/File:Tools-spanner-hammer.svg 2012/7/23 Jesse Glick

Re: leiningen plugin

2012-07-20 Thread nicolas de loof
forked as http://github.com/jenkinsci/leiningen-plugin but the committer team creation failed. 2012/7/18 Pierre-Yves Ritschard p...@spootnik.org hi, i created a leiningen plugin here: https://github.com/pyr/jenkins-leiningen could you guys fork it to the jenkins-ci organisation and include

Re: A plug-in for displaying build charts/images

2012-07-13 Thread nicolas de loof
repo forked : https://github.com/jenkinsci/image-gallery-plugin CI job : https://jenkins.ci.cloudbees.com/job/plugins/job/image-gallery/ 2012/7/13 Benjamin Lau benjamin.a@gmail.com Bruno, Sounds awesome and I'm looking forward to it! Once you've released I'll try and help out if I can.

<    1   2   3   4   5   >