Re: Could I use 2 OU in LDAP plugin?

2014-01-22 Thread Daniel Beck
In the Jenkins LDAP configuration, your root DN should be 'DC=company', and user/group search base should be empty. On 22.01.2014, at 08:21, dennys dennys.hs...@gmail.com wrote: I can use LDAP to get user and group now, but I have 2 OU in 1 LDAP server like the following. Is it possible to

How to attach pdf as an attachemnt in email-ext plugin

2014-01-22 Thread Anand Raja.K
Hi, I have tried various thing to attach pdf as attachment in email-ext but unable to do so.. Tried the below scenarios in Attachments section ${FILE, path=/path file.pdf} Nothing happens. Tried the same in Default Content section. Special characters are displayed in the body of the

Re: Could I use 2 OU in LDAP plugin?

2014-01-22 Thread dennys
My configuration is root DN: DC=company user search base: OU=CO,OU=Root group search base: OU=Groups1,OU=Root2 If I clear the search base, it runs for several minutes and raise timeout error. I guess search base is not necessary but due to performance, I cannot use it. -- View this message

Wrong version number on UI

2014-01-22 Thread Schultschik, Sven (ext)
Hi, I have the strange problem, that jenkins tells me that it's version is 1.525 but I've done all updates even to the latest 1.548 Any ideas what goes wrong? Thank you -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Re: xUnit and ctest results

2014-01-22 Thread ycollet
Thanks. I've done that and it worked. But I am a little bit puzzled by the fact the nobody has yet noticed the problem ... YC Le mardi 21 janvier 2014 14:03:00 UTC+1, ycollet a écrit : Hello, I've configured a project using cmake and I use ctest to generate xml test results file. This

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-01-22 Thread Slide
In the attachments section, just put *.pdf (without the quotes). Please note, it will only work if the file is in the workspace. On Wed, Jan 22, 2014 at 3:41 AM, Anand Raja.K anand.raj...@gmail.comwrote: Hi, I have tried various thing to attach pdf as attachment in email-ext but unable to

Re: Incremental build and artifact archiving

2014-01-22 Thread Eric Pyle
If the artifacts are not rebuilt, they should still be available in the workspace, and you could archive them. If they are not present in the workspace, you could add a build step to copy them from the last successful build, and then archive them. This would have the drawback of increasing the

blocked jobs

2014-01-22 Thread silver
I like the option to block jobs if another job is running but does anyone have any suggestions how to extend this a bit and only block the job is parameterA is equal to X? For example, I have JobA that targets MachineA and when JobA is running against MachineA, no other jobs can run against

Re: Incremental build and artifact archiving

2014-01-22 Thread starwarsfan
Hi Eric, thx for your response. Am Mittwoch, 22. Januar 2014 14:30:18 UTC+1 schrieb Eric Pyle: If the artifacts are not rebuilt, they should still be available in the workspace, and you could archive them. If they are not present in the workspace, you could add a build step to copy them

Re:A question about matrix parent build jobs

2014-01-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This is only limited by the number of executors you have configured on your Jenkins master. The parent jobs are not special, they are just jobs in their own right and obey all the normal job processing rules. - Original Message - From: jenkinsci-users@googlegroups.com To:

RE: Re:A question about matrix parent build jobs

2014-01-22 Thread David Aldrich
Hi Thanks for your reply. And, the general rule is always one job per executor, am I correct? BR David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: 22 January 2014 15:00 To:

PTC (MKS) Integrity Plugin incorrectly detecting SCM changes?

2014-01-22 Thread lgregorydev
Hello, Since moving to version 1.20 of the integrity plugin (from 1.18), I've noticed that it seems to be detecting SCM changes that don't exist (i.e., it thinks something has changed, when in fact, there have been no changes). The projects are getting built every time the plugin polls MKS

Re: A question about matrix parent build jobs

2014-01-22 Thread Daniel Beck
On 22.01.2014, at 15:59, Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net wrote: This is only limited by the number of executors you have configured on your Jenkins master Except that Matrix parent jobs are lightweight since 1.337, which means its executors are created