Google Calendar Plugin Commiter

2014-06-24 Thread Thomas O'Neill
I have been working on some updates for the gcal plugin and I contacted the current maintainer from the wiki https://wiki.jenkins-ci.org/display/JENKINS/Google+Calendar+Plugin jieryn, and he informed me that he is no longer the maintainer for this plugin. I would like to become the new

Re: Google Calendar Plugin Commiter

2014-06-24 Thread Thomas O'Neill
No, my github id is toneill818. On Tuesday, June 24, 2014 4:36:06 PM UTC-4, slide wrote: Do you already have commit access? On Tue, Jun 24, 2014 at 1:32 PM, Thomas O'Neill tonei...@gmail.com javascript: wrote: I have been working on some updates for the gcal plugin and I contacted

Commit access to Build-pipeline-plugin

2014-04-08 Thread Thomas Carsuzan
Hi, I submitted 3 pull requests 25 days ago and still no review ( https://github.com/jenkinsci/build-pipeline-plugin/pulls) May I get commit access to this repository ? Github Account : Tetradeus (https://github.com/Tetradeus) Regards, Thomas -- You received this message because you

Jelly Include - Change value of textbox?

2013-11-18 Thread Thomas Åkerlund
? If it is, how do I include parameters in method calls in jelly? Thanks for any answers! /Thomas -- 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

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

2013-11-12 Thread Thomas Åkerlund
it=${a} / /j:forEach https://github.com/jenkinsci/jenkins/blob/stable/core/src/main/resources/hudson/model/AbstractBuild/index.jelly On 12.11.2013, at 09:47, Thomas Åkerlund thomas@gmail.comjavascript: wrote: Hi! I have written a plugin that extends Builder. I have

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

2013-11-12 Thread Thomas Åkerlund
to false and seeing what error is generated, it can help determine what you are missing. On Tue, Nov 12, 2013 at 6:34 AM, Thomas Åkerlund thomas@gmail.comjavascript: wrote: I cant seem to get it to work. The extension I have, have implemented Action. All overrided methods from

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

2013-11-12 Thread Thomas Åkerlund
/Cvp6O-IbrHkJhelp you ? On Tue, Nov 12, 2013 at 7:34 PM, Thomas Åkerlund thomas@gmail.comjavascript: wrote: For some reason the call to getActions() does'nt even happen. Is there any concrete examples which are not just an abstract class but an actual implementation of the load jelly

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

2013-11-12 Thread Thomas Åkerlund
I solved it! :D st:include page=myfile.jelly optional=false it=${instance.action} / worked! Thanks for all the responses! Den tisdagen den 12:e november 2013 kl. 15:33:13 UTC+1 skrev Thomas Åkerlund: Hi, Im not sure, I tried that example and I get the error: st:include No page found

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

2013-11-12 Thread Thomas Åkerlund
I solved it! I used: st:include page=myfile.jelly optional=false it=${instance.action} / The ${instance.action} returns the instance of the sub-plugin class that extended my plugin class. Thanks for all the help! Den tisdagen den 12:e november 2013 kl. 15:33:13 UTC+1 skrev Thomas Åkerlund

Re: no maintainer for campfire plugin?

2013-08-02 Thread Thomas Dyas
Thanks! On Mon, Jul 22, 2013 at 8:29 AM, Ulli Hafner ullrich.haf...@gmail.com wrote: I added you as a committer of the campfire plug-in. Welcome aboard! Ulli Am 20.07.2013 um 20:30 schrieb td...@foursquare.com: My pull request for the campfire plugin has not been acted upon in three

Re: Please review junit-attachment plugin pull request

2013-07-30 Thread Thomas Santosa
I will follow up shortly. Thanks for replying. Thomas. 2013/7/31 Christopher Orr ch...@orr.me.uk It looks ok in general (and the unit tests still pass!), but I added a couple of comments it would be nice to fix. Chris On 18/07/13 07:14, Thomas Edwin Santosa wrote: Hi, I created

Please review junit-attachment plugin pull request

2013-07-17 Thread Thomas Edwin Santosa
Hi, I created a pull request for junit-attachment plugin. Please somebody review it. https://github.com/jenkinsci/junit-attachments-plugin/pulls Thank you very much. Best regards, Thomas Edwin Santosa -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Supporting mirrors in the github plugin

2013-05-09 Thread Thomas Van Doren
There is the github URL parameter (link below). It could be used to express the relationship to the github repo when the Git SCM URI is a mirror. The logic when interacting with github would look like: 1. Try to parse the github information from the Git SCM URI (as it currently does). 2. If

Supporting mirrors in the github plugin

2013-05-08 Thread Thomas Van Doren
As far as I can tell, the GitHub plugin does not support working with mirrors of GitHub repos. For example, if git@my-internal-server:mirrors/my-repo.git is set as the SCM remote for a project and it is a mirror of https://github.com/thomasvandoren/my-repo.git, there is no way to expose that

Request Hosting - GitHub Status Plugin

2013-05-07 Thread Thomas Van Doren
I have developed a new ruby plugin that takes advantage of the GitHub status API. May I please have it hosted on the jenkinsci GitHub org? jenkins-ci.org account: thomasvandoren GitHub username: thomasvandoren repo: https://github.com/thomasvandoren/github-status-plugin Thanks! Thomas -- You

Using dependency version from plugin instead of core

2013-04-13 Thread Thomas Fürer
the plugin dependencies before the core dependencies, but cannot find this article again. So please can anyone help we, what I need to do to enforce the version of the plugin instead of the core. Many thanks, thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG

Re: Using dependency version from plugin instead of core

2013-04-13 Thread Thomas Fürer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry, I found the documentation again https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Structure Classloader thanks, Thomas Am 13.04.2013 12:02, schrieb Thomas Fürer: Hi, I need to upgrade a 3rd party library to a version not provided

Problems releasing plugin with git

2013-01-05 Thread Thomas Fürer
Have anyone an idea whats wrong, or can help me with some support. many thanks thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJQ6EqOAAoJEMIrIJt+IWii7HwH/2R2QIHeXyD1jw4dwepR9hAD MK6IU7zmpDZT2O

Re: BuildWrapper before SCM checkout?

2012-12-21 Thread Thomas Suckow
This is a good reference, thank you! I looked at the BuildWrapper API, but somehow read right past preCheckout. Maybe I should clean my glasses ;) Regards, Thomas On 12/20/2012 06:32 PM, alok kumar wrote: Hi, I guess you can try this _https://wiki.jenkins-ci.org/display/JENKINS/pre-scm

Re: YourKit licenses

2012-12-13 Thread Thomas Fürer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jep would be fine to have one; have still some troubles with my plugin if I have a high amount of data. Am 13.12.2012 19:27, schrieb Stephen Connolly: Can we get these renewed (add my name to the list)? Anyone else needing them refreshed?

Re: Moving Plugins to github

2012-11-09 Thread Thomas Fürer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this can normally only be done by an confluence but thanks a lot for your help guys! thomas Am 09.11.2012 15:07, schrieb nicolas de loof: OH, sorry for that :-/ I don't know how to remove this page from wiki. Can edit, move, not delete

Moving Plugins to github

2012-11-08 Thread Thomas Fürer
-ci.org/trunk/hudson/plugins/silktestsuite/) owner at github: tofuatgit many thanks thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBAgAGBQJQm/GVAAoJEMIrIJt+IWiiYXAIALC+ySIKYmClW2xk8oyvUwpJ Crpx

Re: SVN access

2012-09-17 Thread Thomas Fürer
http://kohsuke.org/ [/quote] so maybe your account already works with svn, just try it. The JIRA settings need to be changed by an admin, but this is not so important for now. cu on Wednesday, thomas Am 17.09.2012 13:51, schrieb Sebastian Kornexl: Hi, I want to contribute

Add entry in BuildHive@CloudBees and Jira for summary_report-plugin

2012-09-12 Thread Thomas DERUYTER
Hi, Could you please create an CI build set up for the summary_report-plugin: - Source code: https://github.com/jenkinsci/summary_report-plugin - Wiki: https://wiki.jenkins-ci.org/display/JENKINS/Summary+Display+Plugin) Also could you add a component entry for it in Jira. Best regards Thomas

git-plugin pull request

2012-08-06 Thread Thomas Sondergaard
Can someone review my pull request? https://github.com/jenkinsci/git-plugin/pull/78 If this is not an appropriate place for asking, and you know where I should go, please let me know. Thanks, Thomas

Re: git-plugin pull request

2012-08-06 Thread Thomas Sondergaard
OK, I will try :-) On 2012-08-06 16:03, nicolas de loof wrote: summer time, please be patient ;) 2012/8/6 Thomas Sondergaard t...@medical-insight.com mailto:t...@medical-insight.com Can someone review my pull request? https://github.com/jenkinsci/__git-plugin/pull/78 https

gmane.comp.java.jenkins.devel

2012-07-22 Thread Thomas Sondergaard
to do it, if there is no opposition to it. Thanks, Thomas

Re: New plugin

2012-06-09 Thread Thomas Hallgren
Nicolas, can you please add my plugin too? Fork from: https://github.com/cloudsmith/stackhammer-plugin GitHub ID thallgren (Sorry for posting more than once, but it seems I'm getting bypassed) Regards, Thomas Hallgren On Saturday, June 9, 2012 10:42:24 AM UTC+2, nicolas de loof wrote: done

Re: New plugin

2012-06-09 Thread Thomas Hallgren
That was quick! Thank you very much. - thomas

Request to add Stack Hammer plugin

2012-06-07 Thread Thomas Hallgren
Hi Can you please add the Stack Hammer plugin to ci.jenkins-ci.org. Our Git repository is located https://github.com/cloudsmith/stackhammer-plugin Thanks, Thomas Hallgren

Please create a jenkinsci fork of stackhammer-plugin

2012-06-07 Thread Thomas Hallgren
I hope this is the right way to publish a plug-in and make it available for public consumption. If not, please advice. I'd like you to create a fork of the public repository cloudsmith/ stackhammer-plugin on GitHub, put it in the jenkinsci organization, and give me admin access to that fork. My

Re: Continuous Integration for Gerrit via Jenkins

2012-06-04 Thread Thomas Broyer
On Saturday, June 2, 2012 4:59:33 PM UTC+2, Shawn Pearce wrote: On Fri, Jun 1, 2012 at 10:17 AM, Lloyd Chang lloydch...@gmail.com wrote: Continuous Integration for Gerrit via Jenkins at http://ci.jenkins-ci.org/job/gerrit_master/ has been broken since April 21. Is this

maven.glassfish.org put offline

2012-03-02 Thread Thomas Broyer
Hi there, I was going to start hacking on Jenkins (actually on the gerrit-trigger-plugin) and Maven's “downlading the internet…” was taking much longer than it should be. I then noticed it stopped for minutes trying to resolve artifacts from maven.glassfish.org. It turns out the server has

Re: maven.glassfish.org put offline

2012-03-02 Thread Thomas Broyer
in my settings.xml? Something like: mirror idrepo.jenkins-ci.org/id mirrorOfm.g.o-public/mirrorOf urlhttp://repo.jenkins-ci.org/public/url /mirror On Friday, March 2, 2012 5:46:38 PM UTC+1, Thomas Broyer wrote: Hi there, I was going to start hacking on Jenkins (actually on the gerrit

<    1   2