[JIRA] [active-directory] (JENKINS-22830) Slow login w/ Active directory plugin

2014-07-28 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-22830


Slow login w/ Active directory plugin















I use 1.38 and I got this error "AD chain lookup is taking too long (41ms). Falling back to recursive lookup". But I input the domain name in the configuration, I'm not sure will it impact the performance.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-22830) Slow login w/ Active directory plugin

2014-07-28 Thread dennys.hs...@gmail.com (JIRA)












































 
Dennys Hsieh
 edited a comment on  JENKINS-22830


Slow login w/ Active directory plugin
















I use 1.38 and I got this error "AD chain lookup is taking too long (41ms). Falling back to recursive lookup". But I input the domain name in the configuration, I'm not sure will it impact the performance. But in 1.36 it only takes  1 second.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-auth] (JENKINS-20208) Separate privilege of project configuration

2014-07-28 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20208


Separate privilege of project configuration















The above patch doesn't work because if user doesn't see the configuration and he submit the configuration, the privilege will be cleared.
This is my current solution

Modify src\main\resources\hudson\security\AuthorizationMatrixProperty\config.jelly

j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
j:if test="${h.hasPermission(app.ADMINISTER)}"
  f:optionalBlock name="useProjectSecurity" title="${%Enable project-based security}" checked="${instance!=null}" xmlns:local="local"
st:include class="hudson.security.GlobalMatrixAuthorizationStrategy" page="config.jelly"/
  /f:optionalBlock
/j:if
j:if test="${!h.hasPermission(app.ADMINISTER)}"
  f:optionalBlock name="useProjectSecurity" title="${%Enable project-based security}" checked="${instance!=null}" xmlns:local="local"
st:include class="hudson.security.GlobalMatrixAuthorizationStrategy" page="config_readonly.jelly"/
  /f:optionalBlock
/j:if
/j:jelly
 

Clone a file from src\main\resources\hudson\security\GlobalMatrixAuthorizationStrategy\config.jelly to config_readonly.jelly
1. Modify line 36 to disable checkbox click

f:checkbox name="[${p.id}]" checked="${instance.hasExplicitPermission(attrs.sid,p)}" _onclick_="return false" /
 
2. Delete line 41~50 to remove button



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-20550) download artifacts is very slow

2014-05-18 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20550


download artifacts is very slow















I'm download from the ear/war/jar built by Maven, I think it's the archived artifacts from Jenkins master directly.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-20550) download artifacts is very slow

2014-05-18 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20550


download artifacts is very slow















In my environment, when I downgrade trilead-ssh2-build217-jenkins-3.jar to trilead-ssh2-build214-jenkins-3.jar, it's faster than before.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-20550) download artifacts is very slow

2014-04-20 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20550


download artifacts is very slow















I changed from 217 to 214 and the download speed is changed from 100KB/sec to 210KB/sec.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-16429) ComThread is leaking even when its peer is dead

2014-04-09 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-16429


ComThread is leaking even when its peer is dead















Sorry, I think the thread issue is fixed. Because I forget to remove the old com4j in WEB-INF\lib of jenkins.war (in order to run the Groovy script). After remove it, the thread is normal now.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-16429) ComThread is leaking even when its peer is dead

2014-04-01 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-16429


ComThread is leaking even when its peer is dead















I just upgrade to active directory plugin 1.36 with com4j 2.1
It seems the leak issue is not fixed yet.

But my groovy script runs every 60mins, I'm not sure will the new com4j clear the leak thread in batch or any dependency?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-auth] (JENKINS-20208) Separate privilege of project configuration

2014-01-04 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20208


Separate privilege of project configuration















This is an ugly patch and can limit only administrator can edit the project privilege.
Modify src\main\resources\hudson\security\AuthorizationMatrixProperty\config.jelly


j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
j:if test="${h.hasPermission(app.ADMINISTER)}"
  f:optionalBlock name="useProjectSecurity" title="${%Enable project-based security}" checked="${instance!=null}" xmlns:local="local"
st:include class="hudson.security.GlobalMatrixAuthorizationStrategy" page="config.jelly"/
  /f:optionalBlock
/j:if
/j:jelly
 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20799) Suggest to disable country data of private network

2013-12-21 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20799


Suggest to disable country data of private network















Sure, I guess it's base one IP address.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20799) Suggest to disable country data of private network

2013-12-21 Thread dennys.hs...@gmail.com (JIRA)















































Dennys Hsieh
 closed  JENKINS-20799 as Wont Fix


Suggest to disable country data of private network
















Change By:


Dennys Hsieh
(21/Dec/13 8:00 AM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20799) Suggest to disable country data of private network

2013-12-21 Thread dennys.hs...@gmail.com (JIRA)















































Dennys Hsieh
 resolved  JENKINS-20799 as Wont Fix


Suggest to disable country data of private network
















Change By:


Dennys Hsieh
(21/Dec/13 8:00 AM)




Status:


Open
Resolved





Resolution:


WontFix



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20798) User column of http session is empty without login

2013-11-27 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 created  JENKINS-20798


User column of http session is empty without login















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


monitoring



Created:


28/Nov/13 12:56 AM



Description:


We use Monitoring plugin to check who's online from http://local/monitoring?part=sessions. And we found that if somebody use "Remember me on this computer", the user column will be empty. When he logout and login, the column data is correct.

And in the detail data, these users don't have ACEGI_SECURITY_LAST_USERNAME data (I guess Monitor plugin get username from this field?) But I still can see the username in ACEGI_SECURITY_CONTEXT.




Environment:


Windows 2008, Jenkins 1.539




Project:


Jenkins



Priority:


Major



Reporter:


Dennys Hsieh

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20798) User column of http session is empty without login

2013-11-27 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 updated  JENKINS-20798


User column of http session is empty without login
















Change By:


Dennys Hsieh
(28/Nov/13 12:57 AM)




Priority:


Major
Minor



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20799) Suggest to disable country data of private network

2013-11-27 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 created  JENKINS-20799


Suggest to disable country data of private network















Issue Type:


Improvement



Assignee:


Unassigned


Components:


monitoring



Created:


28/Nov/13 1:05 AM



Description:


Suggest to disable country data of private network because the data is strange sometimes. (It shows different country of same IP address)

10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255




Environment:


Windows 2008, Jenkins 1.539




Project:


Jenkins



Priority:


Minor



Reporter:


Dennys Hsieh

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-20532) HTTP session count

2013-11-27 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20532


HTTP session count















After upgrading to 1.48, it's fixed, thanks.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-20327) javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 241320200000

2013-11-21 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20327


javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 24132020















It seems -1 doesn't work, we change to use a number and it works now.
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=500



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-20532) HTTP session count

2013-11-21 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20532


HTTP session count















Since this is a Jetty's bug, does it mean that Jenkins has memory leak issue?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-20327) javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 241320200000

2013-11-20 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20327


javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 24132020















We try to add this parameter is java -jar jenkins.war but it doesn't work. Is there any work around solution to extend the size of Jetty ?
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=-1



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-16429) ComThread is leaking even when its peer is dead

2013-11-19 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-16429


ComThread is leaking even when its peer is dead















I found com4j-x86.dll is in %JENKINS_HOME%\plugins\active-directory\WEB-INF\lib, but it still doesn't work. And I try to put com4j-20120426-2.jar (extract from Activedirectory plugin) into jenkins.war (in WEB-INF\lib

After restart Jenkins, it works... is this a good solution ?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-16429) ComThread is leaking even when its peer is dead

2013-11-18 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-16429


ComThread is leaking even when its peer is dead















We have this issue and need to restart Jenkins 1~2 times every day, is there any work around for it?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [active-directory] (JENKINS-16429) ComThread is leaking even when its peer is dead

2013-11-18 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-16429


ComThread is leaking even when its peer is dead















I try to run the Groovy script but it seems not work and when I run it again, I got the message

Caused by: java.lang.UnsatisfiedLinkError: Native Library C:\Windows\System32\com4j-x86.dll already loaded in another classloader

I put com4j-x86.dll in C:\Windows\System32, is it correct? And I didn't see the message output by Groovy's println, should I see it in Jenkins' console?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-20532) HTTP session count

2013-11-15 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 created  JENKINS-20532


HTTP session count















Issue Type:


Task



Affects Versions:


current



Assignee:


Unassigned


Components:


monitoring



Created:


12/Nov/13 8:06 AM



Description:


Not sure is this a bug or not.
In this chart http://localhost/monitoring?part=graphgraph=httpSessions, I see the HTTP session count is increased from 0 to 100,110,120... after restart. But in this page http://localhost/monitoring?part=sessions I only see less than 10 sessions.
I think the data of the 2 charts should be aligned, is it correct?

Btw, for the HTTP session is always increased, I think it's an issue and just post in community to get help http://jenkins-ci.361315.n4.nabble.com/HTTP-session-increases-and-out-of-memory-td4680122.html




Environment:


Windows 2008




Project:


Jenkins



Priority:


Major



Reporter:


Dennys Hsieh

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-20327) javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 241320200000

2013-11-15 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 started work on  JENKINS-20327


javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 24132020
















Change By:


Dennys Hsieh
(11/Nov/13 1:11 PM)




Status:


Open
InProgress



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-20327) javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 241320200000

2013-11-15 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-20327


javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 24132020















I have the same issue in 1.538 and I found this document, is it help? Because I'm not sure where is the jetty.xml
https://wiki.jenkins-ci.org/pages/viewpage.action?pageId=42469648



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-18366) Jetty should be used rather than Winstone for embedded deployments

2013-11-15 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-18366


Jetty should be used rather than Winstone for embedded deployments















JETTY_HOME works for me on 1.538, thanks.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [monitoring] (JENKINS-19040) Mail when some KPI is out of spec

2013-08-01 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 created  JENKINS-19040


Mail when some KPI is out of spec















Issue Type:


New Feature



Assignee:


Unassigned


Components:


monitoring



Created:


01/Aug/13 3:06 PM



Description:


Is it possible to send a mail when some KPI is out of spec.
For example, when CPU loading more than 80%, queued job is more than 5, or memory is 90%, etc. The system sends email or any alert.




Project:


Jenkins



Priority:


Major



Reporter:


Dennys Hsieh

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [core] (JENKINS-14362) 100% CPU load during org.kohsuke.stapler.compression.CompressionFilter.reportException

2013-08-01 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-14362


100% CPU load during org.kohsuke.stapler.compression.CompressionFilter.reportException















Does this version is recommand for production use?
http://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/1.518.JENKINS-14362-jzlib/jenkins-war-1.518.JENKINS-14362-jzlib.war

We are still use 1.512 now, and we want to upgrade, but I check the community rating, since 1.519, lots of people rollback to previous version.
If the patch for 1.518 is ready for production use? We want to use it first to fix the 100% CPU problem for now and wait a stable version in the future.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-14159) 404 when trying to see coverage on java code

2012-08-03 Thread dennys.hs...@gmail.com (JIRA)














































Dennys Hsieh
 commented on  JENKINS-14159


404 when trying to see coverage on java code















Me too



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira