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 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 use 2 (or more) OU ?

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="/ .pdf"} Nothing happens. Tried the same in Default Content section. Special characters are displayed in the body of the mail. Pl

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 i

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 th

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

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 wrote: > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable to do so.. > > > Trie

Incremental build and artifact archiving

2014-01-22 Thread starwarsfan
Hi I have a huge maven project which produces a bunch of *.ear and *.zip artifacts. These artifacts where archived at the end of job run using the appropriate step on the Post-Build section to make them available on the job overview page. To increase the speed of build I activated the incremen

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

Re: xUnit and ctest results

2014-01-22 Thread Jonathan Rogers
ycollet wrote: > 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 ... What is the problem exactly? Jenkins can't be expected to know which files should be paid attention to and which should be ignored without specific rules.

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 Mac

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: jenkinsci-users

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: jenkinsci-users@googlegro

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 fo

RE: Re:A question about matrix parent build jobs

2014-01-22 Thread David Aldrich
Ok, thanks! From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: 22 January 2014 15:19 To: jenkinsci-users@googlegroups.com Subject: RE: Re:A question about matrix parent build jobs That's not a rule, it's the l

RE: Re:A question about matrix parent build jobs

2014-01-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
That's not a rule, it's the law :-) An executor executes a job, it can't do more than one simultaneously. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jan 22 2014 10:02:34 Hi Thanks for your reply. And, the general rule is

mirroring releases

2014-01-22 Thread fou noway
Hi, we would like to setup a release mirror. As stated on http://jenkins-ci.org/content/mirrors, I tried to contact tyler, but can't seem to be able to reach him. What should we do ? BTW, http://jenkins-ci.org/content/mirrors and http://mirrors.jenkins-ci.org/status.html seem outdated. -- You

Re: Incremental build and artifact archiving

2014-01-22 Thread Eric Pyle
Here's a picture to illustrate: On 1/22/2014 9:40 AM, starwarsfan wrote: 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.

Re: Incremental build and artifact archiving

2014-01-22 Thread Eric Pyle
Hi Yves, You would need to use the Copy Artifact and Conditional Build Step plugins. Add a conditional build step that runs after all your artifacts have been built, with the condition that the rarely changed artifact file does not exist in the workspace. When the condition is satisfied, copy

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) 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 dynamically on demand. See ht

Re: Could I use 2 OU in LDAP plugin?

2014-01-22 Thread Daniel Beck
On 22.01.2014, at 11:42, dennys wrote: > it runs for several minutes and raise timeout > error If your LDAP server is actually Active Directory, use the global catalog at port 3268. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Re: Managing maven credentials on a shared build server

2014-01-22 Thread Naumenko, Roman
Nice, didn't know it's available. On 2014/01/21 10:16 AM, Stephen Connolly wrote: I work for CloudBees... I can assure you that it is free and open source... look here: https://github.com/jenkinsci/cloudbees-folder-plugin. -Stephen. Open Frickin Source == Fecking Open Source Baby == Open source

Re: No git consumers

2014-01-22 Thread Craig Rodrigues
Mark, I am following the guideline here: http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ where: (1) My build is configured with polling (2) Schedule is empty (3) git commit hook does a curl 'notifyCommit' back to the git server I thought

Re: xUnit and ctest results

2014-01-22 Thread Felix Schwitzer
It was not remarkable for me, but I do it all the time this way :) On 2014-01-22 13:39, ycollet wrote: > 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 écri

Jenkins: Publishing TestNG results

2014-01-22 Thread Rakka
my project is throwing testNG_results.xml at C:\Users\admin\workspace\Web_Filter\test-output\testNG_results.xml.. but for Jenkins to read testNG_results.xml it should be in the jenkins workspace ? how do I copy the testNG_results.xml to jenkins workspace ? Thanks in advance -- You receive

Re: scan the console output to set email subject [email-ext]

2014-01-22 Thread Maneesh M P
by doing bit of googling, i found below piece of code, import hudson.model.* def currentBuild = Thread.currentThread().executable def pattern = /[0-9].[0-9].[0-9]-\d{4}}/ // Parsing 20 most recent lines of the build log log = currentBuild.getLog(20) for (line in log) { match = (line =~ pa

Utility for Jenkins multiple configuration update

2014-01-22 Thread roi azulay
http://roikostuff.tumblr.com/post/74163357916/jenkins-multiple-configuration-update?goback=%2Egmr_3768419%2Egde_3768419_member_5831743435865882624#%21 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: Could I use 2 OU in LDAP plugin?

2014-01-22 Thread dennys
I just asked our AD administrator, he thinks the result of "root DN: DC=company" without OC and global catalog is the same. Is it correct for Jenkins? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Could-I-use-2-OU-in-LDAP-plugin-tp4687865p4687895.html Sent from the

Re: Could I use 2 OU in LDAP plugin?

2014-01-22 Thread dennys
Sorry, forget to say that if I only put "root DN: DC=company" and don't input any OU in user search base, it doesn't work (timeout error), is it correct ? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Could-I-use-2-OU-in-LDAP-plugin-tp4687865p4687896.html Sent from the