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 merge or merge 
and then release on the jenkins repo itself ?  

Which is the correct approach ? 

MP

On Friday, 9 January 2015 16:42:34 UTC, Michael Patel wrote:

 Great, will do. 

 I'll contact the author aswell jic. 

 On Friday, 9 January 2015 16:26:02 UTC, Ullrich Hafner wrote:


 Am 09.01.2015 um 17:12 schrieb Michael Patel mpate...@gmail.com:

 Hi guys, 

 I've noticed that the graphite plugin 
 https://github.com/jenkinsci/graphite-plugin to send metrics to jenkins 
 is currently inactive pending the 1.2 release. 

 The 1.1 release no longer works as the api to get test results has 
 changed slightly. 

 I'm happy to release from our organization's fork and to add in some 
 extra metrics going forward. 

 github username : patelm5 
 plugin name : graphite-plugin-fork
 fork : https://github.com/betgenius/graphite-plugin

 Is this the correct way to go about reviving zombie projects ?


 Actually no. We recommend to integrate your changes as pull request in 
 the existing plug-in. We can give you commit rights so you can integrate 
 these changes on your own (seems that the irc bot currently is down).
 And if there is no active maintainer anymore (did you contact the 
 authors?) then you can take over the ownership of the plugin…


 Cheers, 
 MP 


 -- 
 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-de...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/604d43d5-a7f6-4080-9e7c-e830e0871175%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/604d43d5-a7f6-4080-9e7c-e830e0871175%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/17d247fb-6c7a-4656-8f24-305aa8e5f227%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 mean, doing it through Plugin?

 for us to
 keep track of what plugins are theme contributors, and so, remove them from
 the contributor list as the plugin is uninstalled. In hindsight though it
 seems like plugins are not really uninstalled until after a restart

Right, Jenkins does not support dynamic uninstallation. And if and
when it is improved to do so, we would of course be providing an API
to listen for extensions going away.

 maybe @Extension would work

I am pretty sure this should be an @Extension.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr14t6duwkEGkh3kPbNBWKhj4kDpLf%3Dp_hZQ3AbnBoKhYQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 remove the quotes from the pattern and see if that works.

 On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com
 wrote:

 Sorry about that, please find the attached config file.


 On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote:

 Perhaps you could supply your config.xml for the job, or screenshots or
 something. We're kind of flying blindly at this point.

 On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan rake...@gmail.com
 wrote:

 Thanks, but that also didnt work, any other suggestions


 On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote:

 You just need to put the pattern into the textbox, nothing else.
 **/*.log.gz should be all you need

 On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan rake...@gmail.com
 wrote:

 I am trying to give the following ant pattern for attachments in
 editable email notification plugin.

 I believe my base directory could be /var/lib/jenkins/workspace/

 fileset dir=error/* casesensitive=yes   include
 name=**/*.log.gz/  /fileset

 I have  error.log.gz file in directory /var/lib/jenkins/workspace/
 error/

 After doing this the email is coming with no attachments. Can some
 one please tell where its going wrong, or could you please share a 
 sample
 ant xml pattern for attachments in jenkins?

 I have also tried the following pattern

 attachments
   fileset dir=dist
 include name=**/*.gz /
   /fileset/attachments

  --
 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-de...@googlegroups.com.


 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-599
 7-4e12-9ab5-01630de4cb4a%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-5997-4e12-9ab5-01630de4cb4a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40goo
 glegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%
 40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/94681a7e-e8aa-4738-aecc-e5c4281bbb82%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/94681a7e-e8aa-4738-aecc-e5c4281bbb82%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVfWWiLxTrh%2BjbQWi6U%3D3LfUh%2Bcf8RYidpCvmLyRjLriEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 Manoharan rake...@gmail.com 
 javascript: wrote:

 Thanks, but that also didn't work :(


 On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote:

 Please remove the quotes from the pattern and see if that works.

 On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com 
 wrote:

 Sorry about that, please find the attached config file.


 On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote:

 Perhaps you could supply your config.xml for the job, or screenshots 
 or something. We're kind of flying blindly at this point.

 On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan rake...@gmail.com 
 wrote:

 Thanks, but that also didnt work, any other suggestions


 On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote:

 You just need to put the pattern into the textbox, nothing else. 
 **/*.log.gz should be all you need

 On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan rake...@gmail.com 
 wrote:

 I am trying to give the following ant pattern for attachments in 
 editable email notification plugin.

 I believe my base directory could be /var/lib/jenkins/workspace/

 fileset dir=error/* casesensitive=yes   include 
 name=**/*.log.gz/  /fileset

 I have  error.log.gz file in directory /var/lib/jenkins/workspace/
 error/

 After doing this the email is coming with no attachments. Can some 
 one please tell where its going wrong, or could you please share a 
 sample 
 ant xml pattern for attachments in jenkins?

 I have also tried the following pattern 

 attachments
   fileset dir=dist
 include name=**/*.gz /
   /fileset/attachments

  -- 
 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-de...@googlegroups.com.


 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-599
 7-4e12-9ab5-01630de4cb4a%40googlegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-5997-4e12-9ab5-01630de4cb4a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40goo
 glegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%
 40googlegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/94681a7e-e8aa-4738-aecc-e5c4281bbb82%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/94681a7e-e8aa-4738-aecc-e5c4281bbb82%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/5fc6af85-04c4-4ecd-bc6a-98e287001819%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 rake...@gmail.com wrote:

 Thanks, but that also didn't work :(


 On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote:

 Please remove the quotes from the pattern and see if that works.

 On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com
 wrote:

 Sorry about that, please find the attached config file.


 On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote:

 Perhaps you could supply your config.xml for the job, or screenshots
 or something. We're kind of flying blindly at this point.

 On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan rake...@gmail.com
 wrote:

 Thanks, but that also didnt work, any other suggestions


 On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote:

 You just need to put the pattern into the textbox, nothing else.
 **/*.log.gz should be all you need

 On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan 
 rake...@gmail.com wrote:

 I am trying to give the following ant pattern for attachments in
 editable email notification plugin.

 I believe my base directory could be /var/lib/jenkins/workspace/

 fileset dir=error/* casesensitive=yes   include
 name=**/*.log.gz/  /fileset

 I have  error.log.gz file in directory /var/lib/jenkins/workspace/
 error/

 After doing this the email is coming with no attachments. Can some
 one please tell where its going wrong, or could you please share a 
 sample
 ant xml pattern for attachments in jenkins?

 I have also tried the following pattern

 attachments
   fileset dir=dist
 include name=**/*.gz /
   /fileset/attachments

  --
 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-de...@googlegroups.com.


 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-599
 7-4e12-9ab5-01630de4cb4a%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-5997-4e12-9ab5-01630de4cb4a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40goo
 glegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40goo
 glegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/94681a7e-e8aa-4738-aecc-e5c4281bbb82%
 40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/94681a7e-e8aa-4738-aecc-e5c4281bbb82%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/5fc6af85-04c4-4ecd-bc6a-98e287001819%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/5fc6af85-04c4-4ecd-bc6a-98e287001819%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 

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 were triggered.
[ErrorLogNotifications] $ /bin/sh -xe /tmp/hudson1929319248867282733.sh
+ cd 
/usr/local/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/dev1a/log/
+ cat server.log
+ grep ERROR
+ mv error.txt /var/lib/jenkins/jobs/
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Success
Sending email for trigger: Success
NOT overriding default server settings, using Mailer to create session
messageContentType = text/html; charset=UTF-8
Adding recipients from recipient list
Successfully created MimeMessage
Sending email to: rmanoha...@mcfadyen.com

Finished: SUCCESS


On Monday, 12 January 2015 20:28:37 UTC+5:30, slide wrote:

 In the global configuration there is a check box to enable debug mode
  
 On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rake...@gmail.com 
 javascript: 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 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 rake...@gmail.com wrote:

 Thanks, but that also didn't work :(


 On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote:

 Please remove the quotes from the pattern and see if that works.

 On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com 
 wrote:

 Sorry about that, please find the attached config file.


 On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote:

 Perhaps you could supply your config.xml for the job, or screenshots 
 or something. We're kind of flying blindly at this point.

 On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan rake...@gmail.com 
 wrote:

 Thanks, but that also didnt work, any other suggestions


 On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote:

 You just need to put the pattern into the textbox, nothing else. 
 **/*.log.gz should be all you need

 On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan 
 rake...@gmail.com wrote:

 I am trying to give the following ant pattern for attachments in 
 editable email notification plugin.

 I believe my base directory could be /var/lib/jenkins/workspace/

 fileset dir=error/* casesensitive=yes   include 
 name=**/*.log.gz/  /fileset

 I have  error.log.gz file in directory /var/lib/jenkins/workspace/
 error/

 After doing this the email is coming with no attachments. Can 
 some one please tell where its going wrong, or could you please 
 share a 
 sample ant xml pattern for attachments in jenkins?

 I have also tried the following pattern 

 attachments
   fileset dir=dist
 include name=**/*.gz /
   /fileset/attachments

  -- 
 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-de...@googlegroups.com.


 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-599
 7-4e12-9ab5-01630de4cb4a%40googlegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-5997-4e12-9ab5-01630de4cb4a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com.

 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14a
 b-4a94-ba5e-bc8466e1a56b%40googlegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40goo
 glegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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 

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 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 were triggered.
 [ErrorLogNotifications] $ /bin/sh -xe /tmp/hudson1929319248867282733.sh
 + cd 
 /usr/local/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/dev1a/log/
 + cat server.log
 + grep ERROR
 + mv error.txt /var/lib/jenkins/jobs/
 Checking for post-build
 Performing post-build step
 Checking if email needs to be generated
 Email was triggered for: Success
 Sending email for trigger: Success
 NOT overriding default server settings, using Mailer to create session
 messageContentType = text/html; charset=UTF-8
 Adding recipients from recipient list
 Successfully created MimeMessage
 Sending email to: rmanoha...@mcfadyen.com

 Finished: SUCCESS


 On Monday, 12 January 2015 20:28:37 UTC+5:30, slide wrote:

 In the global configuration there is a check box to enable debug mode

 On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rake...@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 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 rake...@gmail.com wrote:

 Thanks, but that also didn't work :(


 On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote:

 Please remove the quotes from the pattern and see if that works.

 On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com
 wrote:

 Sorry about that, please find the attached config file.


 On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote:

 Perhaps you could supply your config.xml for the job, or
 screenshots or something. We're kind of flying blindly at this point.

 On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan 
 rake...@gmail.com wrote:

 Thanks, but that also didnt work, any other suggestions


 On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote:

 You just need to put the pattern into the textbox, nothing else.
 **/*.log.gz should be all you need

 On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan 
 rake...@gmail.com wrote:

 I am trying to give the following ant pattern for attachments in
 editable email notification plugin.

 I believe my base directory could be /var/lib/jenkins/workspace/

 fileset dir=error/* casesensitive=yes   include
 name=**/*.log.gz/  /fileset

 I have  error.log.gz file in directory
 /var/lib/jenkins/workspace/error/

 After doing this the email is coming with no attachments. Can
 some one please tell where its going wrong, or could you please 
 share a
 sample ant xml pattern for attachments in jenkins?

 I have also tried the following pattern

 attachments
   fileset dir=dist
 include name=**/*.gz /
   /fileset/attachments

  --
 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-de...@googlegroups.com.


 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-599
 7-4e12-9ab5-01630de4cb4a%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-5997-4e12-9ab5-01630de4cb4a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14a
 b-4a94-ba5e-bc8466e1a56b%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 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-de...@googlegroups.com.

 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40goo
 glegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/6ad13abc-f8f2-40f2-b82c-6869ec347e20%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because 

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

Cheers,
Siamak Sadeghianfar

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/0b92550e-9145-4d23-bdf6-490a870e236d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 um 09:25 schrieb Michael Patel mpatel.g...@gmail.com:
 
 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 merge or merge and 
 then release on the jenkins repo itself ?
 
 Which is the correct approach ?
 
 MP
 
 On Friday, 9 January 2015 16:42:34 UTC, Michael Patel wrote:
 Great, will do.
 
 I'll contact the author aswell jic.
 
 On Friday, 9 January 2015 16:26:02 UTC, Ullrich Hafner wrote:
 
 Am 09.01.2015 um 17:12 schrieb Michael Patel mpate...@gmail.com :
 
 Hi guys,
 
 I've noticed that the graphite plugin 
 https://github.com/jenkinsci/graphite-plugin 
 https://github.com/jenkinsci/graphite-plugin to send metrics to jenkins is 
 currently inactive pending the 1.2 release.
 
 The 1.1 release no longer works as the api to get test results has changed 
 slightly.
 
 I'm happy to release from our organization's fork and to add in some extra 
 metrics going forward.
 
 github username : patelm5
 plugin name : graphite-plugin-fork
 fork : https://github.com/betgenius/graphite-plugin 
 https://github.com/betgenius/graphite-plugin
 
 Is this the correct way to go about reviving zombie projects ?
 
 Actually no. We recommend to integrate your changes as pull request in the 
 existing plug-in. We can give you commit rights so you can integrate these 
 changes on your own (seems that the irc bot currently is down).
 And if there is no active maintainer anymore (did you contact the authors?) 
 then you can take over the ownership of the plugin…
 
 
 Cheers,
 MP
 
 
 --
 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-de...@googlegroups.com .
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/604d43d5-a7f6-4080-9e7c-e830e0871175%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/604d43d5-a7f6-4080-9e7c-e830e0871175%40googlegroups.com?utm_medium=emailutm_source=footer.
 For more options, visit https://groups.google.com/d/optout 
 https://groups.google.com/d/optout.
 
 
 --
 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...@googlegroups.com 
 mailto:jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/17d247fb-6c7a-4656-8f24-305aa8e5f227%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/17d247fb-6c7a-4656-8f24-305aa8e5f227%40googlegroups.com?utm_medium=emailutm_source=footer.
 For more options, visit https://groups.google.com/d/optout 
 https://groups.google.com/d/optout.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/62BE7B82-4D10-4D60-B5E9-F885A4DF189C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Message signed with OpenPGP using GPGMail


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
 https://groups.google.com/forum/#!searchin/jenkinsci-dev/24876/jenkinsci-dev/q_RkRl7O4H4/1q9Bn9rgsZcJ,
 I wasn't correctly subscribed, thanks.
 Well, the pull request is sent, let me know.
 Cheers

 2014-10-31 19:57 GMT+01:00 Baptiste Mathus bmat...@batmat.net:

 Well actually you had had my feedback. Are you correctly subscribed to
 the list?
 Cheers

 Le ven. 31 oct. 2014 18:20, Verny Quartara webn...@gmail.com a écrit :




 --
 Verny Quartara




-- 
Verny Quartara

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAP-ipi7TAoZuzcP1q2%3DzR42h9VsQbFkLFYg6X19O%2Bj%3D55BfD6w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e5103ceb-ff5f-4d7d-87ba-3c2a2f51fa82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
already can tell me. I noticed that there are methods in the User class 
that create users from user id or Full Name, but it doesn't quite look 
exactly what I need.

Thank you!

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/c32dac4a-8543-4ec1-be45-165e0b05e9cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 -1.45 Jenkins version -1.534
apache-tomcat-6.0.37
 
I am not sure if its compatibility issue of Subversion plugin(SVNKIT) or 
Jenkins with the PATCH LEVEL 3?
 

Error is below:
svn: E175002: SSLv3 SSLContext not available at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
 
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
 
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:754)
 
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
 
... 37 more 
 
Please help as it's blocking my work!
 
Thanks in advance

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d0fb4e7b-a4a8-4594-979b-7bdba7c6109a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 -1.45 Jenkins version -1.534
 apache-tomcat-6.0.37
  
 I am not sure if its compatibility issue of Subversion plugin(SVNKIT) or 
 Jenkins with the PATCH LEVEL 3?
  
 Error is below:
 
 svn: E175002: SSLv3 SSLContext not available at 
 org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
  at 
 org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
  at 
 org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:754)
  at 
 org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
  ... 37 more
  
 Please help as it's blocking my work!
  
 Thanks in advance
 
 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/d0fb4e7b-a4a8-4594-979b-7bdba7c6109a%40googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/FA947E29-52F0-48D2-80D7-6E18F0538921%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 
looking to add new env vars, but to access the existing ones.

So for example if a user enters Build${BUILD_ID} I would get Build
*ACTUAL_BUILD_ID*.

Thanks for any suggestions or hints.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/584ed4d7-11ac-491e-91d6-e398dfb00090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. 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
 looking to add new env vars, but to access the existing ones.

 So for example if a user enters Build${BUILD_ID} I would get Build
 *ACTUAL_BUILD_ID*.

 Thanks for any suggestions or hints.

 --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/584ed4d7-11ac-491e-91d6-e398dfb00090%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/584ed4d7-11ac-491e-91d6-e398dfb00090%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVcQM9gPsFoPb9d9amiFnknkQd_1jhk54NX%2BC0YMBm757w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 the 
 workspace of the job that is running.

 On Mon, Jan 12, 2015, 08:03 Rakesh Manoharan rake...@gmail.com 
 javascript: wrote:

 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 were triggered.
 [ErrorLogNotifications] $ /bin/sh -xe /tmp/hudson1929319248867282733.sh
 + cd 
 /usr/local/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/dev1a/log/
 + cat server.log
 + grep ERROR
 + mv error.txt /var/lib/jenkins/jobs/
 Checking for post-build
 Performing post-build step
 Checking if email needs to be generated
 Email was triggered for: Success
 Sending email for trigger: Success
 NOT overriding default server settings, using Mailer to create session
 messageContentType = text/html; charset=UTF-8
 Adding recipients from recipient list
 Successfully created MimeMessage
 Sending email to: rmano...@mcfadyen.com javascript:

 Finished: SUCCESS


 On Monday, 12 January 2015 20:28:37 UTC+5:30, slide wrote:

 In the global configuration there is a check box to enable debug mode
  
 On Mon, Jan 12, 2015, 07:54 Rakesh Manoharan rake...@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 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 rake...@gmail.com 
 wrote:

 Thanks, but that also didn't work :(


 On Friday, 9 January 2015 21:14:32 UTC+5:30, slide wrote:

 Please remove the quotes from the pattern and see if that works.

 On Thu Jan 08 2015 at 8:55:30 PM Rakesh Manoharan rake...@gmail.com 
 wrote:

 Sorry about that, please find the attached config file.


 On Thursday, 8 January 2015 21:22:23 UTC+5:30, slide wrote:

 Perhaps you could supply your config.xml for the job, or 
 screenshots or something. We're kind of flying blindly at this point.

 On Thu Jan 08 2015 at 6:25:56 AM Rakesh Manoharan 
 rake...@gmail.com wrote:

 Thanks, but that also didnt work, any other suggestions


 On Wednesday, 7 January 2015 18:30:18 UTC+5:30, slide wrote:

 You just need to put the pattern into the textbox, nothing else. 
 **/*.log.gz should be all you need

 On Tue Jan 06 2015 at 9:24:29 PM Rakesh Manoharan 
 rake...@gmail.com wrote:

 I am trying to give the following ant pattern for attachments in 
 editable email notification plugin.

 I believe my base directory could be /var/lib/jenkins/workspace/

 fileset dir=error/* casesensitive=yes   include 
 name=**/*.log.gz/  /fileset

 I have  error.log.gz file in directory 
 /var/lib/jenkins/workspace/error/

 After doing this the email is coming with no attachments. Can 
 some one please tell where its going wrong, or could you please 
 share a 
 sample ant xml pattern for attachments in jenkins?

 I have also tried the following pattern 

 attachments
   fileset dir=dist
 include name=**/*.gz /
   /fileset/attachments

  -- 
 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-de...@googlegroups.com.


 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-599
 7-4e12-9ab5-01630de4cb4a%40googlegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/196ae0cb-5997-4e12-9ab5-01630de4cb4a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com.

 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14a
 b-4a94-ba5e-bc8466e1a56b%40googlegroups.com 
 https://groups.google.com/d/msgid/jenkinsci-dev/177472d0-14ab-4a94-ba5e-bc8466e1a56b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com.

 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/6ad13abc-f8f
 

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 plugin is hosted here: 
 https://wiki.jenkins-ci.org/display/JENKINS/OpenShift+Deployer+Plugin
 
 Cheers,
 Siamak Sadeghianfar
 
 --
 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...@googlegroups.com 
 mailto:jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/0b92550e-9145-4d23-bdf6-490a870e236d%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/0b92550e-9145-4d23-bdf6-490a870e236d%40googlegroups.com?utm_medium=emailutm_source=footer.
 For more options, visit https://groups.google.com/d/optout 
 https://groups.google.com/d/optout.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1DC0F52A-2E5C-457F-9AB4-AE8F0ABC726E%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Message signed with OpenPGP using GPGMail


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 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 
 already can tell me. I noticed that there are methods in the User class 
 that create users from user id or Full Name, but it doesn't quite look 
 exactly what I need.

 Thank you!


-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/dad98382-d775-48f6-bdd9-f68fa3cc9fc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.