Re: How many jobs can handle by Jenkins master?

2016-04-22 Thread dennys
We use Jenkins 1.554.3, I know it's old, we'll try to upgrade it. And most projects are Maven 2/3, I think we cannot disable fingerprint of Maven project, is it correct? Btw, Jenkins copies all artifacts from slaves to master after build. Will it increase disk IO or network loading of Jenkins

Re: How many jobs can handle by Jenkins master?

2016-04-21 Thread dennys
I try to analyze the thread dump, fingerprint and global build status plugin use lots of resource. I can disable global build status, but I cannot find a solution to disable fingerprint... -- View this message in context:

Re: How many jobs can handle by Jenkins master?

2016-04-20 Thread dennys
Thanks for your reply. We don't build code on master, the executor is 0. And does thread dump show CPU data? I think it's for memory analysis (If I'm wrong, please let me know, thanks.) -- View this message in context:

How many jobs can handle by Jenkins master?

2016-04-19 Thread dennys
We use 1 Jenkins and 30 Jenkins slaves. (Jenkins master doesn't build code, only slaves build code.) But when there are about 18 build jobs at the same time, Jenkins will hang for a while. Jenkins master has 16 cores and the CPU loading is about 50% when the server is hang. The following is the

RE: Could I know the LDAP cache is enabled or not?

2015-01-05 Thread dennys
I add uniqueMember={0} in Group membership filter, it takes about 3~4 seconds now. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Could-I-know-the-LDAP-cache-is-enabled-or-not-tp4732888p4733073.html Sent from the Jenkins users mailing list archive at Nabble.com. --

Could I know the LDAP cache is enabled or not?

2015-01-05 Thread dennys
I use Jenkins 1.580.2 and LDAP plugin 1.11. It works (authentication and group), but the performance is not good. It takes more then 10 seconds to login, and after enabling cache (size 500, TTL 5mins), it's still the same. Does Jenkins write the cached data in any file or is there any solution to

Re: Could I know the LDAP cache is enabled or not?

2015-01-05 Thread dennys
This is our config, it has about 20,000 records in ou=Users level. All of these records are at the same level, not sure how to narrow the scope... Is there a reference that the normal speed of 20,000 records LDAP search? -- View this message in context:

Re: Could I know the LDAP cache is enabled or not?

2015-01-05 Thread dennys
Is there any log to confirm what eat the time? Or is it possible to disable group search? I clear group search base and group search filter, but the performance is still the same. And to Ginga, we use Oracle's LDAP, not Active Directory. Is it possible to use AD plugin to connect to LDAP? I

RE: Could I know the LDAP cache is enabled or not?

2015-01-05 Thread dennys
I changed the group search base to another node that only has little records, it's very fast now. So the root cause is we have too many groups... we have about 5000 groups now, is it ok ? And is there any suggestion for it? We add Group search filter, but the performance is almost the same. --

Re: Use Groovy Postbuild Plugin to call REST API (by HTTPBuilder)

2014-09-30 Thread dennys
Sorry, I don't find the solution yet. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Use-Groovy-Postbuild-Plugin-to-call-REST-API-by-HTTPBuilder-tp4720014p4721999.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message

Use Groovy Postbuild Plugin to call REST API (by HTTPBuilder)

2014-09-17 Thread dennys
We want to call a REST API in Jenkins jobs, because we already use Groovy Postbuild Plugin in other Jenkins jobs, we try to use it. And we find a sample from http://groovy.codehaus.org/modules/http-builder/doc/post.html This is partial source code: But Jenkins shows the following error Then I

Active directory ADSI issue

2014-08-08 Thread dennys
We run Jenkins 1.554.3 on a Windows Server 2008 32-bit with Active Directory plugin. And we just migrate to a new Windows Server 2008 R2 64-bit server. Nothing is changed, we just zip and copy to the new server. When I click the test button in the configuration

Active directory plugin needs to set domain to resolve com4j.ComException

2014-06-30 Thread dennys
We just migrate our Jenkins server to another machine, both are Windows 2008 R2 64bit. In the original machine, we can use active directory to connect to AD. But we get com4j.ComException: 80040e37 (Unknown error) in the new machine. And then I try to add Domain Name in active directory's

Spawned process is not killed

2014-05-21 Thread dennys
I run Jenkins 1.554.1 on Windows server. I found if I stopped one job manually, the spawned process is not killed. And when I re-run the job, some files are locked by the spawned process. But I found this document, Jenkins should already have the feature to kill spawned process, is there any

Download artifacts is very slow

2014-04-21 Thread dennys
We found our download speed is slower then before, and we found this issue. https://issues.jenkins-ci.org/browse/JENKINS-20550 After downgrade trilead-ssh2-build217-jenkins-3.jar from build 217 to 214, the download speed is changed from 100KB/sec to 210KB/sec. And we also found some large GUI's

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

Could I use 2 OU in LDAP plugin?

2014-01-21 Thread dennys
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 ? OU=CO,OU=Root,DC=company OU=Groups1,OU=Root2,DC=company -- View this message in context:

Page load slow at 1st time but fast in 2nd time

2014-01-15 Thread dennys
I have hundred jobs and use view to separate them. Each view has 50~100 jobs. When I login one view, it takes about 10 seconds to show the page. But I I click refreash, it only takes less than 1 second. And if I don't use Jenkins for a while, when I click it again, it takes 10 seconds again. I

Is it normal to have 200 hudson.security.AuthorizationMatrixProperty/checkName thread ?

2014-01-09 Thread dennys
I found my Jenkins has 200 threads and use Visual JVM to check. There are lots of thread like this, is it normal ? t.getName()=ComThread for Handling GET /view/test/job/test1/descriptorByName/hudson.security.AuthorizationMatrixProperty/checkName : RequestHandlerThread[#495],

Re: HTTP session increases and out of memory

2013-11-28 Thread dennys
This issue is fixed in Monitor plugin 1.48, thanks for the author. See https://issues.jenkins-ci.org/browse/JENKINS-20532 -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/HTTP-session-increases-and-out-of-memory-tp4680122p4682848.html Sent from the Jenkins users mailing

How to upgrade matrix-auth plugin?

2013-11-20 Thread dennys
I use Jenkins 1.539 and I just modified the matrix-auth plugin and put it in plugins directory. But when I restart Jenkins, it always rollback the plugin to the version in jenkins.war. Could anybody tell me how to change the matrix-auth plugin? -- View this message in context:

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-19 Thread dennys
I use following configuration, it works, but performance is not good. It takes 2~3 seconds to login. server: your-ad.domain.com rootDN: DC=your-ad,DC=domain,DC=com,DC=pl user search filter: sAMAccountName={0} managerDN: Domain\someUser managerPassword: someUser password I didn't set

Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread dennys
I can use Jenkins and Active Directory plugin to connect to the AD server, but due to this issue, it's a problem for us to restart Jenkins every day. https://issues.jenkins-ci.org/browse/JENKINS-16429 I think I can use LDAP plugin, but I cannot find a sample. For example, our AD doesn't allow

Re: How to remove disk-usage plugin completely?

2013-11-15 Thread dennys
It works. But I found I need to load the jobs and then I can unload them. It means that I load every job and need to show all the version and Jenkins will load them. -- View this message in context:

Re: How to remove disk-usage plugin completely?

2013-11-07 Thread dennys
I find every build.xml has this data, is it the root cause ? hudson.plugins.disk__usage.BuildDiskUsageAction plugin=disk-usage@0.20 diskUsage buildUsage496686/buildUsage wsUsage98684340/wsUsage /diskUsage build class=hudson.maven.MavenModuleSetBuild

How to remove disk-usage plugin completely?

2013-11-06 Thread dennys
I want to remove disk-usage, but when I remove it, I got the error message. hudson.util.RobustCollectionConverter populateCollection Warning: Failed to resolve class com.thoughtworks.xstream.mapper.CannotResolveClassException: hudson.plugins.disk_usage.BuildDiskUsageAction at

Re: How to remove disk-usage plugin completely?

2013-11-06 Thread dennys
Thanks, it's warning, not error. But because there are too many warnings, it will let me not easy to check the log. And after discarding all the unloadable data there, the warning is still there. And since I cannot see manage old data now, I guess the old data is clear? I also try to check

Is there a Jenkins release RSS?

2013-10-29 Thread dennys
Is there a Jenkins release for normal release (1.537, 1.538, ...) or LTS? I only find this RSS, but it includes all plugins http://jenkins-ci.org/releases.rss -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Is-there-a-Jenkins-release-RSS-tp4679556.html Sent from the

Re: Could Jenkins switch slave automatically when slave has error?

2013-10-10 Thread dennys
Thanks, I issue a ticket in JIRA. https://issues.jenkins-ci.org/browse/JENKINS-19957 -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Could-Jenkins-switch-slave-automatically-when-slave-has-error-tp4678528p4678762.html Sent from the Jenkins users mailing list archive

Could Jenkins switch slave automatically when slave has error?

2013-10-09 Thread dennys
I use several slaves to build my job, if I shutdown one of them, Jenkins will use other slaves to build. But I found if slave has error, Jenkins will re-try to use this slave and not switch to others. This is the error log java.io.IOException: Remote call on jenkins02 failed Is it possible to

Could I coexist (or migrate) project-based and role-based security?

2013-10-02 Thread dennys
We're using role-based security strategy now but we plan to migrate to project-based. The problem is there are lots of projects and not easy to change the configuration in a short time. Is it possible to use project-based and role-based security at the same time? Or is there any solution to do

Anybody use Jenkins Sonar plugin 2.1 ?

2013-08-01 Thread Dennys Hsieh
I posted this question on stackoverflow.com but not get an answer. http://stackoverflow.com/questions/17823980/jenkins-sonar-plugin-2-1-upgrade-issue Does anybody use Jenkins Sonar plugin 2.1? Could you tell me do you have the same problem like me. And if you don't, please let me know your