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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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 ?
29 matches
Mail list logo