Re: Request to host fork take over graphiteIntegrator plugin.

2015-01-12 Thread Michael Patel
Further question, Currently i'm proceeding as advised, but i'm a little confused. The distribution management url configuration for the project is currently set to http://maven.jenkins-ci.org:8081/content/repositories/releases/ I'm confused as to whether to maven release on my fork and

Re: Jenkins UI Themes - per user login UI Theme configurations (WIP)

2015-01-12 Thread Jesse Glick
On Wed, Jan 7, 2015 at 6:10 AM, Tom Fennelly tom.fenne...@gmail.com wrote: As for using the @Extension annotation, yes it would be a little less invasive but my original thinking (may no longer be valid having the benefit of hindsight) was that doing it through extension made it easier You

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Slide
OK, please enable debug mode in the global configuration for email-ext, it should add some info about attachments. On Sun, Jan 11, 2015, 23:01 Rakesh Manoharan rakesh...@gmail.com wrote: Thanks, but that also didn't work :( On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote: Please

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Rakesh Manoharan
It would be great, if you can tell me how can I enable debug in that plugin? On Monday, 12 January 2015 19:55:29 UTC+5:30, slide wrote: OK, please enable debug mode in the global configuration for email-ext, it should add some info about attachments. On Sun, Jan 11, 2015, 23:01 Rakesh

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Slide
In the global configuration there is a check box to enable debug mode On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rakesh...@gmail.com wrote: It would be great, if you can tell me how can I enable debug in that plugin? On Monday, 12 January 2015 19:55:29 UTC+5:30, slide wrote: OK, please

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Rakesh Manoharan
Started by user Rakesh Manoharan http://172.31.254.200:18080/user/rmanoharan [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins/workspace/ErrorLogNotifications Checking for pre-build Executing pre-build step Checking if email needs to be generated No emails

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Slide
Is error.txt what you are trying to attach? If so, it needs to be in the workspace of the job that is running. On Mon, Jan 12, 2015, 08:03 Rakesh Manoharan rakesh...@gmail.com wrote: Started by user Rakesh Manoharan http://172.31.254.200:18080/user/rmanoharan [EnvInject] - Loading node

JIRA doesn't recognize the plugin 'openshift-deployer-plugin' as a component

2015-01-12 Thread Siamak Sadeghianfar
Hi, When I try to create a JIRA issue for the plugin I get the following error messages: openshift-deployer-plugin is not a valid component. How should I add this plugin as a component in JIRA? The plugin is hosted here: https://wiki.jenkins-ci.org/display/JENKINS/OpenShift+Deployer+Plugin

Re: Request to host fork take over graphiteIntegrator plugin.

2015-01-12 Thread Ulli Hafner
After your PR is integrated into https://github.com/jenkinsci/graphite-plugin https://github.com/jenkinsci/graphite-plugin you need to run the release command for this repository. In your fork you only change the source code for the fixes, the URLs remain the same as they are... Am 12.01.2015

Re: [JENKINS-24876] code review needed before sending pull request?

2015-01-12 Thread Verny Quartara
Hello and Happy new year to everybody. What about my pull request? https://github.com/jenkinsci/deploy-plugin/pull/17 Can someone review it? 2014-11-01 10:49 GMT+01:00 Verny Quartara webn...@gmail.com: Ok, I saw it here

Re: Jenkins UI Themes - per user login UI Theme configurations (WIP)

2015-01-12 Thread Tom Fennelly
I updated the PR associated with this (https://github.com/jenkinsci/jenkins/pull/1524). Would appreciate any comments/suggestions. Would like to get the required changes into Jenkins core as soon as possible. -- You received this message because you are subscribed to the Google Groups

Simple question: How to change Full Name and E-mail

2015-01-12 Thread Lucas Earl
I need to write a simple filter to find a user from Jenkins registry and access it's Full Name and E-mail, if they are different it is to modify these. I am having a difficult time finding where these can be modified (and where the getters are) in the code and am hoping someone who knows

Jenkins SVNKit Subversion plugin error while connecting to Subversion in Linux server post kernel patch upgrade to FP3

2015-01-12 Thread Siddharth Kumar
Hi All, I upgraded the kernel to patch 3 and now when I run Jenkins I am getting the error below during SVN Update : I think the issue may be with Subversion plugin (currently 1.45),SVNKit. Linux version is SUSE Linux enterprise Server 11(x86_64) PATCH LEVEl -3 VERSION 11 Subversion Plugin

Re: Jenkins SVNKit Subversion plugin error while connecting to Subversion in Linux server post kernel patch upgrade to FP3

2015-01-12 Thread Daniel Beck
This is not a dev list issue. Also, these are ancient, unsupported versions of Jenkins and Subversion plugin. On 12.01.2015, at 20:32, Siddharth Kumar siddharth@gmail.com wrote: Hi All, I upgraded the kernel to patch 3 and now when I run Jenkins I am getting the error below during

How to $TOKENS vars in a textbox in a plugin

2015-01-12 Thread Daniel Anechitoaie
Hi. I have a plugin that has a textbox. How can I parse the contents of that textbox for vars and tokens. Like the extended email plugin does. If you write $TOKEN this will be replaced with the actuall content of the token when the email is received. How can I do the same in my plugin? I'm not

Re: How to $TOKENS vars in a textbox in a plugin

2015-01-12 Thread Slide
The best idea is to depend on the token-macro plugin and then use the methods in there to parse the text. On Mon Jan 12 2015 at 2:15:59 PM Daniel Anechitoaie daniels0...@gmail.com wrote: Hi. I have a plugin that has a textbox. How can I parse the contents of that textbox for vars and tokens.

Re: How to configure ant pattern in jenkins for email attachments?

2015-01-12 Thread Rakesh Manoharan
Correct I am trying to send error.txt, But which is the workspace location, many people said its /var/lib/jenkins/jobs, so am putting there, is it a different one? On Monday, 12 January 2015 20:36:56 UTC+5:30, slide wrote: Is error.txt what you are trying to attach? If so, it needs to be in

Re: JIRA doesn't recognize the plugin 'openshift-deployer-plugin' as a component

2015-01-12 Thread Ulli Hafner
Done. Am 12.01.2015 um 15:14 schrieb Siamak Sadeghianfar siamaks...@gmail.com: Hi, When I try to create a JIRA issue for the plugin I get the following error messages: openshift-deployer-plugin is not a valid component. How should I add this plugin as a component in JIRA? The

Re: Simple question: How to change Full Name and E-mail

2015-01-12 Thread Lucas Earl
I actually just need to know how to change the email associated with a User class instance. Thanks! segunda-feira, 12 de Janeiro de 2015 às 08:42:09 UTC-7, Lucas Earl escreveu: I need to write a simple filter to find a user from Jenkins registry and access it's Full Name and E-mail, if they