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

2015-01-13 Thread Rakesh Manoharan
Thank you so much, that worked!! On Tuesday, 13 January 2015 17:39:53 UTC+5:30, slide wrote: It depends on how your job is setup, but the workspace is specific to a single job normally, so it wouldn't be directly under the jobs directory. If you change your build step to mv error.txt

Re: Acceptance test harness - Not able to specify the local plugin to put into the test environment

2015-01-13 Thread oliver gondža
On Tue, 13 Jan 2015 23:50:24 +0100, Hicham Ouchker hicham.ouch...@gmail.com wrote: Thanks you, It works finally with PLUGINS_DIR. The thing is if we decide to use local plugin, we have to put all plugins dependencies in PLUGINS_DIR directory. In other word,when we use the annotation

Using Groovy To Modify Labels Dynamically To Control Job Flow

2015-01-13 Thread Kevin Randino
Most of my question can be summed up here: https://issues.jenkins-ci.org/browse/JENKINS-26416 Daniel has been exceptionally helpful in there, but I’d like to start asking you all your thoughts on how to get this working. I would like to have a system where jobs will not run on machines

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

2015-01-13 Thread Daniel Anechitoaie
Perfect, Thank you. I think the extended emails plugin does the same. On 12 Jan 2015, at 23:39, Slide slide.o@gmail.com wrote: 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

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

2015-01-13 Thread Slide
It depends on how your job is setup, but the workspace is specific to a single job normally, so it wouldn't be directly under the jobs directory. If you change your build step to mv error.txt ${WORKSPACE} that might get the file there. On Mon Jan 12 2015 at 10:45:29 PM Rakesh Manoharan

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

2015-01-13 Thread Daniel Anechitoaie
Thank you. On 13 Jan 2015, at 14:44, Slide slide.o@gmail.com wrote: Yes, I use the token-macro plugin extensively in email-ext. On Tue Jan 13 2015 at 1:50:45 AM Daniel Anechitoaie daniels0...@gmail.com mailto:daniels0...@gmail.com wrote: Perfect, Thank you. I think the extended

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

2015-01-13 Thread Slide
Yes, I use the token-macro plugin extensively in email-ext. On Tue Jan 13 2015 at 1:50:45 AM Daniel Anechitoaie daniels0...@gmail.com wrote: Perfect, Thank you. I think the extended emails plugin does the same. On 12 Jan 2015, at 23:39, Slide slide.o@gmail.com wrote: The best idea is

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

2015-01-13 Thread Surya Gaddipati
Wow. This is really interesting. Great work Tom. I would love to build a github theme ui on top of it. On Monday, January 5, 2015 at 11:56:58 AM UTC-6, Tom Fennelly wrote: I got back to doing a little bit of Jenkins Core UI work in the last few weeks. I've evolved the uithemes-plugin

Re: Acceptance test harness - Not able to specify the local plugin to put into the test environment

2015-01-13 Thread Hicham Ouchker
Thanks you, It works finally with PLUGINS_DIR. The thing is if we decide to use local plugin, we have to put all plugins dependencies in PLUGINS_DIR directory. In other word,when we use the annotation @WithPlugins, all plugins passed in parameter should be in PLUGINS_DIR directory. Regards,

Re: Acceptance test harness - Not able to specify the local plugin to put into the test environment

2015-01-13 Thread oliver gondža
On Sat, 10 Jan 2015 03:31:07 +0100, Hicham Ouchker hicham.ouch...@gmail.com wrote: Many thanks for your response. I am confused how to setup a directory of plugins to be loaded on Jenkins startup, and force jenkins to use a local plugin. - I tried to run this command :