[JIRA] (JENKINS-13134) Disk usage link doesn't work for view tabs

2012-03-19 Thread gentoo.inte...@gmail.com (JIRA)
Kanstantsin Shautsou created JENKINS-13134:
--

 Summary: Disk usage link doesn't work for view tabs
 Key: JENKINS-13134
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13134
 Project: Jenkins
  Issue Type: Bug
  Components: disk-usage
Affects Versions: current
 Environment: rhel, jenkins-1.455, disk-usage-plugin-0.15 
Reporter: Kanstantsin Shautsou
Assignee: vjuranek
Priority: Minor


Disk usage link doesn't work for view tabs.
Create view, add jobs, go to view, click Disk Usage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12970) NPE in disk-usage during jenkins startup

2012-04-09 Thread gentoo.inte...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161387#comment-161387
 ] 

Kanstantsin Shautsou commented on JENKINS-12970:


plugins]# cat ../hudson.plugins.disk_usage.DiskUsageProperty.xml 
?xml version='1.0' encoding='UTF-8'?
hudson.plugins.disk__usage.DiskUsageProperty_-DiskUsageDescriptor
  helpRedirect/
  showGraphfalse/showGraph
  convertedtrue/converted
/hudson.plugins.disk__usage.DiskUsageProperty_-DiskUsageDescriptor

Jenkins 1.458

 NPE in disk-usage during jenkins startup
 

 Key: JENKINS-12970
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12970
 Project: Jenkins
  Issue Type: Bug
  Components: disk-usage
Affects Versions: current
 Environment: Jenkins ver. 1.452
 java version 1.7.0
 Java(TM) SE Runtime Environment (build 1.7.0-b147)
 Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
Reporter: Maciej Olędzki
Assignee: vjuranek

 After updating disk-usage plugin to version 0.15 I can't start jenkins 
 anymore. During statup process following error appears:
 {code}
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:824)
   at jenkins.model.Jenkins.init(Jenkins.java:736)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$5.runTask(Jenkins.java:813)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:722)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at 
 hudson.plugins.disk_usage.DiskUsageProperty$DiskUsageDescriptor.access$000(DiskUsageProperty.java:46)
   at 
 hudson.plugins.disk_usage.DiskUsageProperty.transitionAuth(DiskUsageProperty.java:36)
   ... 13 more
 {code}
 Previous version of disk-usage (0.14) plugin works ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12970) NPE in disk-usage during jenkins startup

2012-04-09 Thread gentoo.inte...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161387#comment-161387
 ] 

Kanstantsin Shautsou edited comment on JENKINS-12970 at 4/9/12 2:38 PM:


{code:title=hudson.plugins.disk_usage.DiskUsageProperty.xml}
?xml version='1.0' encoding='UTF-8'?
hudson.plugins.disk__usage.DiskUsageProperty_-DiskUsageDescriptor
  helpRedirect/
  showGraphfalse/showGraph
  convertedtrue/converted
/hudson.plugins.disk__usage.DiskUsageProperty_-DiskUsageDescriptor
{code}
Jenkins 1.458

  was (Author: integer):
plugins]# cat ../hudson.plugins.disk_usage.DiskUsageProperty.xml 
?xml version='1.0' encoding='UTF-8'?
hudson.plugins.disk__usage.DiskUsageProperty_-DiskUsageDescriptor
  helpRedirect/
  showGraphfalse/showGraph
  convertedtrue/converted
/hudson.plugins.disk__usage.DiskUsageProperty_-DiskUsageDescriptor

Jenkins 1.458
  
 NPE in disk-usage during jenkins startup
 

 Key: JENKINS-12970
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12970
 Project: Jenkins
  Issue Type: Bug
  Components: disk-usage
Affects Versions: current
 Environment: Jenkins ver. 1.452
 java version 1.7.0
 Java(TM) SE Runtime Environment (build 1.7.0-b147)
 Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
Reporter: Maciej Olędzki
Assignee: vjuranek

 After updating disk-usage plugin to version 0.15 I can't start jenkins 
 anymore. During statup process following error appears:
 {code}
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:824)
   at jenkins.model.Jenkins.init(Jenkins.java:736)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$5.runTask(Jenkins.java:813)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:722)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at 
 hudson.plugins.disk_usage.DiskUsageProperty$DiskUsageDescriptor.access$000(DiskUsageProperty.java:46)
   at 
 hudson.plugins.disk_usage.DiskUsageProperty.transitionAuth(DiskUsageProperty.java:36)
   ... 13 more
 {code}
 Previous version of disk-usage (0.14) plugin works ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12951) Freestyle job 'Invoke Maven 3' build step can't find maven home for Maven installation installed from Apache Archives

2012-05-18 Thread gentoo.inte...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162937#comment-162937
 ] 

Kanstantsin Shautsou commented on JENKINS-12951:


the same on 1.463. Invoke maven doesn't work in:
1) free style job
2) in post/pre build action in maven2/3 project

 Freestyle job 'Invoke Maven 3' build step can't find maven home for Maven 
 installation installed from Apache Archives
 -

 Key: JENKINS-12951
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12951
 Project: Jenkins
  Issue Type: Bug
  Components: maven
Affects Versions: current
 Environment: Jenkins 1.424.3
 Ubuntu 10.04.2 LTS
 Tomcat 6
Reporter: Andrew Fannin

 Out of the blue, with really no explanation, our freestyle projects which use 
 the 'Invoke Maven 3' began throwing the following error when attempting to 
 invoke the Maven 3 step:
 ERROR: Maven 'Maven3' doesn't have its home set
 Finished: FAILURE
 Where 'Maven3' is the name of the Maven installation configured to 'Install 
 from Apache' version 3.0.4
 Nothing in the logs to indicate a problem.  I've deleted and re-added the 
 Maven installation as well as creating new ones with different versions. Even 
 went as far a blowing away the Tomcat context and redeploying still nothing.
 Maven 2/3 projects still work fine.
 Not completely convinced the Jenkins-Artifactory plugin doesn't have 
 something to do with this; I have tested this issue in isolation, using only 
 svn checkout and 'Invoke Maven 3', but wonder if the Artifactory plugin may 
 be wrapping the job anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12951) Freestyle job 'Invoke Maven 3' build step can't find maven home for Maven installation installed from Apache Archives

2012-05-18 Thread gentoo.inte...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162939#comment-162939
 ] 

Kanstantsin Shautsou commented on JENKINS-12951:


I have JENKINS_HOME not in jenkins system home.

 Freestyle job 'Invoke Maven 3' build step can't find maven home for Maven 
 installation installed from Apache Archives
 -

 Key: JENKINS-12951
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12951
 Project: Jenkins
  Issue Type: Bug
  Components: maven
Affects Versions: current
 Environment: Jenkins 1.424.3
 Ubuntu 10.04.2 LTS
 Tomcat 6
Reporter: Andrew Fannin

 Out of the blue, with really no explanation, our freestyle projects which use 
 the 'Invoke Maven 3' began throwing the following error when attempting to 
 invoke the Maven 3 step:
 ERROR: Maven 'Maven3' doesn't have its home set
 Finished: FAILURE
 Where 'Maven3' is the name of the Maven installation configured to 'Install 
 from Apache' version 3.0.4
 Nothing in the logs to indicate a problem.  I've deleted and re-added the 
 Maven installation as well as creating new ones with different versions. Even 
 went as far a blowing away the Tomcat context and redeploying still nothing.
 Maven 2/3 projects still work fine.
 Not completely convinced the Jenkins-Artifactory plugin doesn't have 
 something to do with this; I have tested this issue in isolation, using only 
 svn checkout and 'Invoke Maven 3', but wonder if the Artifactory plugin may 
 be wrapping the job anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13828) locks-and-latches not release job and infinitely waits for unlock.

2012-05-18 Thread gentoo.inte...@gmail.com (JIRA)
Kanstantsin Shautsou created JENKINS-13828:
--

 Summary: locks-and-latches not release job and infinitely waits 
for unlock.
 Key: JENKINS-13828
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13828
 Project: Jenkins
  Issue Type: Bug
  Components: locks-and-latches
Affects Versions: current
 Environment: rhel6,2, jenkins-1.463
Reporter: Kanstantsin Shautsou
Assignee: stephenconnolly
Priority: Critical


locks-and-latches periodically unrealeases jobs. I not know how debug and how 
reproduce manually, but i have this bug very periodically. When i loging to 
jenkins i see one job that cycles with waititing for 1 minutes for hours...
I have 3 build executors  and some for queue. One lock is used in 3 jobs...
Could you advice any help? How to debug? I can install release plugin with 
debug info and collect on the next reproducing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-14220) downstream jobs that doesn't exist

2012-06-26 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 created  JENKINS-14220


downstream jobs that doesnt exist















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


26/Jun/12 4:02 PM



Description:


After update jenkins shows downstream jobs that doesn't exist in config.xml.
Project is maven 3 based. No ideas why.




Project:


Jenkins



Priority:


Critical



Reporter:


Kanstantsin Shautsou

























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






[JIRA] (JENKINS-14285) email-ext hangs for long time

2012-08-06 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-14285


email-ext hangs for long time















Hm.. i have no time currently to find problematic xml. As i see xml file one liner, maybe this is a problem?



























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






[JIRA] (JENKINS-15008) NPE

2012-08-31 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 created  JENKINS-15008


NPE 















Issue Type:


Bug



Assignee:


Slide-O-Mix



Components:


email-ext



Created:


31/Aug/12 10:43 AM



Description:


For sender i have "${EMAIL_VAR} u...@domain.com" and have NPE.
Probably problem appeared after upgrading to 
Email was triggered for: Success
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
ERROR: Could not send email as a part of the post-build publishers.
java.lang.NullPointerException
	at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
	at java.util.regex.Matcher.reset(Matcher.java:291)
	at java.util.regex.Matcher.init(Matcher.java:211)
	at java.util.regex.Pattern.matcher(Pattern.java:888)
	at hudson.plugins.emailext.plugins.ContentBuilder$Tokenizer.init(ContentBuilder.java:171)
	at hudson.plugins.emailext.plugins.ContentBuilder.replaceTokensWithContent(ContentBuilder.java:106)
	at hudson.plugins.emailext.plugins.ContentBuilder.replaceTokensWithContent(ContentBuilder.java:124)
	at hudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:88)
	at hudson.plugins.emailext.ExtendedEmailPublisher.getContent(ExtendedEmailPublisher.java:540)
	at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:363)
	at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:273)
	at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:265)
	at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:225)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
	at hudson.model.Build$BuildExecution.cleanUp(Build.java:192)
	at hudson.model.Run.execute(Run.java:1546)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Finished: SUCCESS




Environment:


jenkins 1.477

email-ext 2.24.1




Project:


Jenkins



Priority:


Major



Reporter:


Kanstantsin Shautsou

























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






[JIRA] (JENKINS-15008) NPE

2012-08-31 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-15008


NPE 
















Change By:


Kanstantsin Shautsou
(31/Aug/12 10:43 AM)




Description:


Forsenderihave${EMAIL_VAR}u...@domain.comandhaveNPE.Probablyproblemappearedafterupgradingto
2.24.1andtokenplugin...
Emailwastriggeredfor:SuccessEmailwastriggeredfor:FixedTriggerSuccesswasoverriddenbyanothertriggerandwillnotsendanemail.Sendingemailfortrigger:FixedERROR:Couldnotsendemailasapartofthepost-buildpublishers.java.lang.NullPointerException	atjava.util.regex.Matcher.getTextLength(Matcher.java:1140)	atjava.util.regex.Matcher.reset(Matcher.java:291)	atjava.util.regex.Matcher.init(Matcher.java:211)	atjava.util.regex.Pattern.matcher(Pattern.java:888)	athudson.plugins.emailext.plugins.ContentBuilder$Tokenizer.init(ContentBuilder.java:171)	athudson.plugins.emailext.plugins.ContentBuilder.replaceTokensWithContent(ContentBuilder.java:106)	athudson.plugins.emailext.plugins.ContentBuilder.replaceTokensWithContent(ContentBuilder.java:124)	athudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:88)	athudson.plugins.emailext.ExtendedEmailPublisher.getContent(ExtendedEmailPublisher.java:540)	athudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:363)	athudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:273)	athudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:265)	athudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:225)	athudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)	athudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)	athudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)	athudson.model.Build$BuildExecution.cleanUp(Build.java:192)	athudson.model.Run.execute(Run.java:1546)	athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	athudson.model.ResourceController.execute(ResourceController.java:88)	athudson.model.Executor.run(Executor.java:236)Finished:SUCCESS



























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






[JIRA] [disk-usage] (JENKINS-13247) disk usage should not follow symlinks

2013-07-23 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13247


disk usage should not follow symlinks















Why we should calculate symlinks at all?
Adding  hudson.Util.isSymLink(File) wouldn't cause performance degradation because of page objects cashes in kernel.



























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] [disk-usage] (JENKINS-4692) DiskUsage graph is misleading.

2013-07-24 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-4692


DiskUsage graph is misleading.















So what we should plot and where?
Does worskpace space for each build saved to build history?



























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] [disk-usage] (JENKINS-11546) disk usage plugin: wrong workspace size with global workspaces

2013-07-24 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-11546


disk usage plugin: wrong workspace size with global workspaces















Why do you use multiple jobs on one workspace?



























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] [disk-usage] (JENKINS-18555) Send warn email to admin before disk space exceeds configured size per server and/or per job

2013-07-24 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-18555


Send warn email to admin before disk space exceeds configured size per server and/or per job















Server diskspace monitored by jenkins.
Per job size is duplicated.



























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] [disk-usage] (JENKINS-16856) Plugin uses hostname for links instead of ip address

2013-07-24 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16856


Plugin uses hostname for links instead of ip address















How i can reproduce this problem?
Do you have any proxying/frontends/overrides?



























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] [disk-usage] (JENKINS-13247) disk usage should not follow symlinks

2013-07-25 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13247


disk usage should not follow symlinks















Everybody who wants performance i can advice update to java7.



























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] [disk-usage] (JENKINS-18962) rework disk-usage plugin

2013-07-27 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-18962


rework disk-usage plugin
















Change By:


Kanstantsin Shautsou
(27/Jul/13 9:33 AM)




Description:


Ithinkthispluginshouldchangeitslogic/architecture.*Ifweneeddisksizecalculationfeatureforspecificjob,thenweacceptperformance/timedegradationinjob.*whenbackgroundthreadcouldaffectotherbuildingjob(correctifimistaken)Soithinkthatpluginshould:1.haveabilityenable/disablediskcalculationfeatureperjobs(forexampleifidochrootedbuildcalculationwillfail,btwbecauseofthreadcalculatorerrorsigotofflineslave).2.
itshould
runcalculationasabuildstep(optionallyprobablybackgroundthreadcouldbekeptlike(calculatelater).3.
create
have
abilitytodisablebackgroundthread.4.Infuturethiscouldbebaseforsomeconfigurablequotasforjobsizes(linuxspecific).



























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] [disk-usage] (JENKINS-18962) rework disk-usage plugin

2013-07-27 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 created  JENKINS-18962


rework disk-usage plugin















Issue Type:


Improvement



Assignee:


vjuranek



Components:


disk-usage



Created:


27/Jul/13 9:32 AM



Description:


I think this plugin should change it's logic/architecture.

	If we need disk size calculation feature for specific job, then we accept performance/time degradation in job.
	when background thread could affect other building job (correct if i mistaken)



So i think that plugin should: 
1. have ability enable/disable disk calculation feature per jobs (for example if i do chrooted build calculation will fail, btw because of thread calculator errors i got offline slave).
2. it should run calculation as a build step (optionally probably background thread could be kept like ("calculate later").
3. create ability to disable background thread.
4. In future this could be base for some configurable quotas for job sizes (linux specific).




Project:


Jenkins



Labels:


plugin




Priority:


Major



Reporter:


Kanstantsin Shautsou

























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] [disk-usage] (JENKINS-11546) disk usage plugin: wrong workspace size with global workspaces

2013-07-29 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-11546


disk usage plugin: wrong workspace size with global workspaces















How do you handle dependencies with separate jobs?



























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] [disk-usage] (JENKINS-18962) rework disk-usage plugin

2013-07-29 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-18962


rework disk-usage plugin
















Change By:


Kanstantsin Shautsou
(29/Jul/13 7:33 AM)




Description:


Ithinkthispluginshouldchangeitslogic/architecture.*Ifweneeddisksizecalculationfeatureforspecificjob,thenweacceptperformance/timedegradationinjob.*
when
backgroundthreadcouldaffectotherbuildingjob(correctifimistaken)Soithinkthatpluginshould:1.haveabilityenable/disablediskcalculationfeatureperjobs(forexampleifidochrootedbuildcalculationwillfail,btwbecauseofthreadcalculatorerrorsigotofflineslave).2.runcalculationasabuildstep(optionallyprobablybackgroundthreadcouldbekeptlike(calculatelater).3.haveabilitytodisablebackgroundthread.4.Infuturethiscouldbebaseforsomeconfigurablequotasforjobsizes(linuxspecific).



























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] [email-ext] (JENKINS-18686) Missing delete button for post build step

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-18686


Missing delete button for post build step















I set de to default lang and see "delete" 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/groups/opt_out.




[JIRA] [email-ext] (JENKINS-18686) Missing delete button for post build step

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-18686


Missing delete button for post build step
















I set de to default lang and see "delete" button.
Try check http://url:8080/administrativeMonitor/OldData/manage



























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] [doxygen] (JENKINS-17387) Doxygen Plugin fails with Statuscode 500

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17387


Doxygen Plugin fails with Statuscode 500















Do you want provide any other useful info? Doxygen configuration, plugin version, jenkins version?!



























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] [xunit] (JENKINS-16140) Clock on this slave is out of sync with the master

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16140


Clock on this slave is out of sync with the master















It's the rule: always sync time.



























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] [saferestart] (JENKINS-13908) Safe Restart plungin is throwing HTTP Status 500 on Jenkins 1.424.1.

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13908


Safe Restart plungin is throwing HTTP Status 500 on Jenkins 1.424.1.















Is this issue actual?



























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] [email-ext] (JENKINS-18905) A job completed and sent email notification using email-extension plugin.at the same time we got email notification of the next build .

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-18905


A job completed and sent email notification using email-extension plugin.at the same time we got email notification of the next build .
















Changing to email-ext. Looks like it's because of template.





Change By:


Kanstantsin Shautsou
(03/Aug/13 7:25 PM)




Component/s:


email-ext





Component/s:


www



























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] [email-ext] (JENKINS-18905) A job completed and sent email notification using email-extension plugin.at the same time we got email notification of the next build .

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-18905


A job completed and sent email notification using email-extension plugin.at the same time we got email notification of the next build .
















Change By:


Kanstantsin Shautsou
(03/Aug/13 7:26 PM)




Assignee:


AlexEarl



























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] [email-ext] (JENKINS-18905) A job completed and sent email notification using email-extension plugin.at the same time we got email notification of the next build .

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-18905


A job completed and sent email notification using email-extension plugin.at the same time we got email notification of the next build .















Could you describe more?
What triggers do you have in email-ext?
How i can reproduce?
What template is used?



























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] [perforce] (JENKINS-16972) detects valid p4 output as authentication error

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16972


detects valid p4 output as authentication error















Are you sure that this is not an error from p4 tools view?
Did you set user/password correctly?



























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] [perforce] (JENKINS-13907) Slave root directory changed, code on perforce is not synced.

2013-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13907


Slave root directory changed, code on perforce is not synced.















Always sync files. It's perforce architecture.



























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] [perforce] (JENKINS-16972) detects valid p4 output as authentication error

2013-08-04 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16972


detects valid p4 output as authentication error















Why not use p4java library?



























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] [perforce] (JENKINS-16972) detects valid p4 output as authentication error

2013-08-04 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16972


detects valid p4 output as authentication error















git already started using jgit.
This http://www.perforce.com/perforce/doc.current/manuals/p4java-javadoc/com/perforce/p4java/impl/generic/core/Stream.html ?



























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] [crowd2] (JENKINS-15509) It should not be required to enter a group name

2013-11-23 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-15509 as Fixed


It should not be required to enter a group name
















Fixed in new 1.6 version. 





Change By:


Kanstantsin Shautsou
(23/Nov/13 11:34 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [crowd2] (JENKINS-19212) Crowd 2 plugin silentlly and confusingly assumes that everyone uses cookie SSO, wants to use SSO, and can use SSO

2013-11-23 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-19212


Crowd 2 plugin silentlly and confusingly assumes that everyone uses cookie SSO, wants to use SSO, and can use SSO















SSO functionality now optional. Please, try new 1.6 version (remember/logout issues didn't touched).



























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] [crowd2] (JENKINS-18153) Crowd2 Plugin Authenticates user, but does not log user in

2013-11-25 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-18153 as Cannot Reproduce


Crowd2 Plugin Authenticates user, but does not log user in
















Change By:


Kanstantsin Shautsou
(25/Nov/13 1:55 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























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] [crowd2] (JENKINS-20871) Unable to login with plugin v1.6

2013-12-11 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 assigned  JENKINS-20871 to Kanstantsin Shautsou



Unable to login with plugin v1.6
















Change By:


Kanstantsin Shautsou
(07/Dec/13 8:03 PM)




Assignee:


ThorstenHeit
KanstantsinShautsou



























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] [crowd2] (JENKINS-20871) Unable to login with plugin v1.6

2013-12-11 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-20871


Unable to login with plugin v1.6















Please show log in english and check what separator is used for group restriction.



























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] [crowd2] (JENKINS-20871) Unable to login with plugin v1.6

2013-12-12 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-20871


Unable to login with plugin v1.6















Show your settings for crow2 auth



























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] [crowd2] (JENKINS-21184) SSO Appears to be Broken

2014-01-05 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-21184


SSO Appears to be Broken















What crowd2 plugin version do you have now and what was before?
Do you have any information in jenkins log?



























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] [crowd2] (JENKINS-21184) SSO Appears to be Broken

2014-01-05 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 assigned  JENKINS-21184 to Kanstantsin Shautsou



SSO Appears to be Broken
















Change By:


Kanstantsin Shautsou
(05/Jan/14 4:30 PM)




Assignee:


ThorstenHeit
KanstantsinShautsou



























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] [crowd2] (JENKINS-21184) SSO Appears to be Broken

2014-01-09 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-21184


SSO Appears to be Broken















Could you check .property file content in jenkins/plugins/crowd/ directory?



























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] [crowd2] (JENKINS-20871) Unable to login with plugin v1.6

2014-01-10 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-20871


Unable to login with plugin v1.6















Could you try remove group entries and try login?



























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] [crowd2] (JENKINS-21184) SSO Appears to be Broken

2014-01-10 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-21184


SSO Appears to be Broken















Does "test connection" in jenkins configuration success?



























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] [crowd2] (JENKINS-20871) Unable to login with plugin v1.6

2014-01-10 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-20871


Unable to login with plugin v1.6
















Could you try remove group entries and login?



























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] [crowd2] (JENKINS-21184) SSO Appears to be Broken

2014-01-10 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-21184


SSO Appears to be Broken















Thanks, part of code related to SSO now more optional. I'will add note to changelog.



























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] [security] (JENKINS-14313) login page redirects to login page

2014-01-11 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-14313


login page redirects to login page















AFAIR, "overall" for anonymous needed to provide "login from" in url when such URL exist at all, instead of returning 404 for every job page (link). That mean, that anonymous has permission to get login page for job link and return to job page after login. This is not "read" for content permission. If you crazy on security, then you can disable all permissions for anonymous and don't wait that you will be redirected to link without auth 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/groups/opt_out.


[JIRA] [crowd2] (JENKINS-21184) SSO Appears to be Broken

2014-02-13 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 closed  JENKINS-21184 as Fixed


SSO Appears to be Broken
















Change By:


Kanstantsin Shautsou
(13/Feb/14 4:38 PM)




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] [crowd2] (JENKINS-13279) Interface with Crowd embedded that runs in Jira

2014-02-19 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13279


Interface with Crowd embedded that runs in Jira















How SSO related to "remember me"? 



























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] [crowd2] (JENKINS-22775) Crowd2 seems to destroy user session when using SSO

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-22775


Crowd2 seems to destroy user session when using SSO















Does this comment solves issue?
Why plugin and jenkins version is not specified?



























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] [crowd2] (JENKINS-21852) Allow configuration of HTTPS proxy for connection to Crowd

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-21852 as Fixed


Allow configuration of HTTPS proxy for connection to Crowd
















Change By:


Kanstantsin Shautsou
(01/Aug/14 4:17 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [crowd2] (JENKINS-22774) Crowd2 does not honor Crowd's Session Timeout

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-22774 as Incomplete


Crowd2 does not honor Crowds Session Timeout
















Change By:


Kanstantsin Shautsou
(01/Aug/14 4:16 PM)




Status:


Open
Resolved





Assignee:


ThorstenHeit
KanstantsinShautsou





Resolution:


Incomplete



























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] [crowd] (JENKINS-18731) crowd authentication suddenly stopped working after chaning the domain of jenkins

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-18731 as Cannot Reproduce


crowd authentication suddenly stopped working after chaning the domain of jenkins
















Try latest 1.8 version and try reproduce.





Change By:


Kanstantsin Shautsou
(01/Aug/14 4:19 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























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] [crowd2] (JENKINS-16978) NoHttpResponseException with working Crowd2-Plugin

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-16978 as Cannot Reproduce


NoHttpResponseException with working Crowd2-Plugin
















Check your network and crowd as java application latency for replies. Check new connection options available from 1.7 version.





Change By:


Kanstantsin Shautsou
(01/Aug/14 4:22 PM)




Status:


Open
Resolved





Assignee:


ThorstenHeit
KanstantsinShautsou





Resolution:


CannotReproduce



























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] [crowd2] (JENKINS-16703) Too many periodic requests to Crowd server

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16703


Too many periodic requests to Crowd server















Is it still reproducible with 1.8 version?



























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] [crowd2] (JENKINS-22136) Jenkins Crowd2 plugin Project-based Matrix Authorization Strategy functionally issue - application permissions override the project-based security

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-22136


Jenkins Crowd2 plugin Project-based Matrix Authorization Strategy functionally issue - application permissions override the project-based security















Page not found. Crowd doesn't do anything with authorization. Crowd works perfect with role-based plugin.



























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] [crowd2] (JENKINS-22136) Jenkins Crowd2 plugin Project-based Matrix Authorization Strategy functionally issue - application permissions override the project-based security

2014-08-01 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-22136


Jenkins Crowd2 plugin Project-based Matrix Authorization Strategy functionally issue - application permissions override the project-based security
















Page not found. Crowd doesn't do anything with authorization. It provides groups that belong to user for other jenkins routines. Crowd works perfect with role-based plugin.



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















Could you try new 1.8 version?



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















1) List cookies for your jenkins. I have ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE that marked as Expired on +14 days
2) add org.acegisecurity.ui.rememberme to jenkins logging (in "manage jenkins"-"System logging")
3) close browser
4) open browser and go to jenkins, without loggin check what cookies exist (at firefox ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE disappeared)

And again, what browser do you use?



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-03 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-17957


Crowd plugin - remember me doesnt work
















1) List cookies for your jenkins. I have ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE that marked as Expired on +14 days
2) add org.acegisecurity.ui.rememberme to jenkins logging (in "manage jenkins"-"System logging")
3) close browser
4) open browser and go to jenkins, without loggin check what cookies exist (at firefox ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE disappeared)
5) navigate to jenkins log and check messages...

And again, what browser do you use?



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-03 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















Could you join to IRC freenode.net on #jenkins channel it will be easier for me to compare configurations?
And again, crash was only when you checked "remember me" auth was working.



























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-16634) Failed to connect slave due to missing folder on the master

2014-08-04 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-16634


Failed to connect slave due to missing folder on the master















AFAIR various logs were moved from JENKINS_HOME to subdirectory. Is it still reproducible?



























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-5316) X connection to localhost after maven site site:deploy

2014-08-04 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-5316 as Incomplete


X connection to localhost after maven site site:deploy
















Change By:


Kanstantsin Shautsou
(04/Aug/14 10:11 PM)




Status:


Open
Resolved





Resolution:


Incomplete



























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-7882) Console log can throw OutOfMemoryError if it contains a malformed ConsoleNote

2014-08-04 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-7882 as Cannot Reproduce


Console log can throw OutOfMemoryError if it contains a malformed ConsoleNote
















atm can't reproduce on linux and Jenkins-1.566-snapshot.
Please reopen if you still see this issue.





Change By:


Kanstantsin Shautsou
(04/Aug/14 10:24 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























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] [other] (JENKINS-1682) Pre-tested commit feature

2014-08-04 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-1682


Pre-tested commit feature















What is the status?



























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] [mail] (JENKINS-279) Modular email notification

2014-08-08 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-279 as Fixed


Modular email notification
















email-ext plugin is solving this issue.





Change By:


Kanstantsin Shautsou
(08/Aug/14 1:41 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.















PWAuth-plugin is not fixed as i see, part about crowd2-plugin is resolved. I can look on PWAuth if somebody will test changes.



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.
















PWAuth-plugin is not fixed as i see, part about crowd2-plugin is resolved. I can look at PWAuth if somebody will test changes.



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.















Resolved what? PWAuth?



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.
















Change By:


Kanstantsin Shautsou
(18/Aug/14 4:53 PM)




Description:


Jenkins1.500requiresprincipaltobeUserDetails.
StatusCode:500Exception:Stacktrace:java.lang.IllegalArgumentException:Objectofclass[java.lang.String]mustbeaninstanceofinterfaceorg.acegisecurity.userdetails.UserDetails	atorg.springframework.util.Assert.isInstanceOf(Assert.java:337)	atorg.springframework.util.Assert.isInstanceOf(Assert.java:319)	athudson.security.TokenBasedRememberMeServices2.loginSuccess(TokenBasedRememberMeServices2.java:76)	atorg.acegisecurity.ui.AbstractProcessingFilter.successfulAuthentication(AbstractProcessingFilter.java:488)	atorg.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:266)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atjenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)	athudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:66)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	athudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)	athudson.plugins.pwauth.PWauthFilter.doFilter(PWauthFilter.java:50)	athudson.plugins.pwauth.PWauthFilter.doFilter(PWauthFilter.java:37)	athudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)	atwinstone.FilterConfiguration.execute(FilterConfiguration.java:194)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)	atorg.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)	atwinstone.FilterConfiguration.execute(FilterConfiguration.java:194)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)	athudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)	atwinstone.FilterConfiguration.execute(FilterConfiguration.java:194)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)	atwinstone.RequestDispatcher.forward(RequestDispatcher.java:331)	atwinstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)	atwinstone.RequestHandlerThread.run(RequestHandlerThread.java:150)	atjava.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)	atjava.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	atjava.util.concurrent.FutureTask.run(FutureTask.java:166)	atwinstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)	atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	atjava.lang.Thread.run(Thread.java:722)GeneratedbyWinstoneServletEnginev0.9.10atMonMar0416:59:54EST2013



























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] [crowd2] (JENKINS-16703) Too many periodic requests to Crowd server

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 assigned  JENKINS-16703 to Kanstantsin Shautsou



Too many periodic requests to Crowd server
















Change By:


Kanstantsin Shautsou
(18/Aug/14 4:59 PM)




Assignee:


ThorstenHeit
KanstantsinShautsou



























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] [crowd2] (JENKINS-22775) Crowd2 seems to destroy user session when using SSO

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 assigned  JENKINS-22775 to Kanstantsin Shautsou



Crowd2 seems to destroy user session when using SSO
















Change By:


Kanstantsin Shautsou
(18/Aug/14 4:59 PM)




Assignee:


ThorstenHeit
KanstantsinShautsou



























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] [crowd2] (JENKINS-22136) Jenkins Crowd2 plugin Project-based Matrix Authorization Strategy functionally issue - application permissions override the project-based security

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-22136 as Not A Defect


Jenkins Crowd2 plugin Project-based Matrix Authorization Strategy functionally issue - application permissions override the project-based security
















Change By:


Kanstantsin Shautsou
(18/Aug/14 5:02 PM)




Status:


Open
Resolved





Assignee:


ThorstenHeit
KanstantsinShautsou





Resolution:


NotADefect



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 started work on  JENKINS-17957


Crowd plugin - remember me doesnt work
















Change By:


Kanstantsin Shautsou
(18/Aug/14 5:03 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/d/optout.


[JIRA] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















Results of testing refactored plugin: remember me works, need implement SSO auth part and test 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/d/optout.


[JIRA] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















Next week I will add SSO part and then provide new version.



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-08-18 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-17957


Crowd plugin - remember me doesnt work
















Next week I will add SSO part and then provide new version for testing.



























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] [emailext-template] (JENKINS-22613) email-ext-template plugin has many names

2014-08-20 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 reopened  JENKINS-22613


email-ext-template plugin has many names
















Remove old component in jira.
https://issues.jenkins-ci.org/browse/JENKINS/component/18763 ?





Change By:


Kanstantsin Shautsou
(20/Aug/14 6:58 PM)




Resolution:


Fixed





Status:


Resolved
Reopened



























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] [subversion] (JENKINS-18935) Make Subversion plugin support Subversion 1.8

2014-09-02 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-18935


Make Subversion plugin support Subversion 1.8















Please, stop flooding. Everybody may send PR with fixed 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/d/optout.


[JIRA] [disk-usage] (JENKINS-14872) disk-usage-plugin: Calculating disk usage is causing very high I/O

2014-09-16 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-14872


disk-usage-plugin: Calculating disk usage is causing very high I/O















Is it still actual with new plugin versions?



























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] [perforce] (JENKINS-24740) Expose duration of sync in ENV

2014-09-17 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24740


Expose duration of sync in ENV 















Additionally, you can create separate tool that will just analyze build logs with existed timestamps and then provide any info you want for your 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/d/optout.


[JIRA] [disk-usage] (JENKINS-14872) disk-usage-plugin: Calculating disk usage is causing very high I/O

2014-09-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-14872


disk-usage-plugin: Calculating disk usage is causing very high I/O















Deadlock maybe the separate issue. This was related to old plugin version, so reporter should try new version and reply.



























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-24761) Jenkin job fails with hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown

2014-09-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24761


Jenkin job fails with hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown















Hi, this project called "Jenkins", not "junkins" or "junking". 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/d/optout.


[JIRA] [core] (JENKINS-24745) hundson failed to create symlink cause incorrect function

2014-09-18 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24745


hundson failed to create symlink cause incorrect function















What is "Oracle IRE"? What version? Where is other info?
"jenkins acces through localhost:8080" is irrelevant info.
@ayfer , please read again https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue#Howtoreportanissue-WhatinformationtoprovideforEnvironmentandDescription



























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] [crowd2] (JENKINS-24884) Unable to use SSO with Jenkins + Crowd

2014-09-27 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24884


Unable to use SSO with Jenkins + Crowd















Hi, could you check closed issues? There was some issues before but they are all were closed by requestor after setting right proxy and other settings.
Plus add in jenkins configuration logger for crowd and jenkins/hudson.security, acegi classes to collect debug info. And open in chrome debug console and check in network connection requested/accepted "cookies" tab.



























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] [crowd2] (JENKINS-24884) Unable to use SSO with Jenkins + Crowd

2014-09-27 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24884


Unable to use SSO with Jenkins + Crowd















I checked code it calls the same getAuthoritiesForUser(). What groups specified in crowd server settings for jenkins application? 



























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] [crowd2] (JENKINS-24884) Unable to use SSO with Jenkins + Crowd

2014-09-27 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-24884


Unable to use SSO with Jenkins + Crowd
















I checked code it calls the same getAuthoritiesForUser(). What groups specified in crowd server settings for jenkins application? 
PS provide logs for classes that i mentioned (at least for de.theit.jenkins.crowd).



























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-17484) jelly null pointer

2013-04-04 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 created  JENKINS-17484


jelly null pointer















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


04/Apr/13 8:59 PM



Description:


opened main page as anonymous, clicked on view tab that has job that is viewable for anonymous.


Status Code: 500

Exception: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.480.3.jar!/hudson/model/View/index.jelly:44:43: st:include Cannot invoke method isEmpty() on null object
Stacktrace:
javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.480.3.jar!/hudson/model/View/index.jelly:44:43: st:include Cannot invoke method isEmpty() on null object
	at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:112)
	at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:574)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:488)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:162)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
	at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:66)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	

[JIRA] [core] (JENKINS-17484) jelly null pointer

2013-04-04 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-17484


jelly null pointer
















Change By:


Kanstantsin Shautsou
(04/Apr/13 9:08 PM)




Environment:


lts
,jenkins-1.480.3





Description:


openedmainpageasanonymous,clickedonviewtabthathasjobthatisviewableforanonymous.
Jenkinssettingsallowanonymoustoreadview.
StatusCode:500Exception:org.apache.commons.jelly.JellyTagException:jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.480.3.jar!/hudson/model/View/index.jelly:44:43:st:includeCannotinvokemethodisEmpty()onnullobjectStacktrace:javax.servlet.ServletException:org.apache.commons.jelly.JellyTagException:jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.480.3.jar!/hudson/model/View/index.jelly:44:43:st:includeCannotinvokemethodisEmpty()onnullobject	atorg.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:112)	atorg.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)	atorg.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:659)	atorg.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)	atorg.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)	atorg.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:574)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:659)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:488)	atorg.kohsuke.stapler.Stapler.service(Stapler.java:162)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:45)	atwinstone.ServletConfiguration.execute(ServletConfiguration.java:248)	atwinstone.RequestDispatcher.forward(RequestDispatcher.java:333)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)	athudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)	athudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)	atwinstone.FilterConfiguration.execute(FilterConfiguration.java:194)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)	athudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)	atwinstone.FilterConfiguration.execute(FilterConfiguration.java:194)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)	athudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atjenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)	athudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:66)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	athudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)	athudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)	atwinstone.FilterConfiguration.execute(FilterConfiguration.java:194)	atwinstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)	atorg.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)	

[JIRA] [crowd2] (JENKINS-17712) authentication by token with crowd2 plugin

2014-03-06 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-17712 as Fixed


authentication by token with crowd2 plugin
















Change By:


Kanstantsin Shautsou
(06/Mar/14 12:09 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [crowd2] (JENKINS-13279) Interface with Crowd embedded that runs in Jira

2014-03-06 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13279


Interface with Crowd embedded that runs in Jira















Do you have real crowd (with/wo SSO) to test your changes?



























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] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-03-07 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















Pull Request fix. Jenkins can't use JSESSIONID TTL cookie, it can use only "remember me" cookie/routine + servlet filters. Also i don't see ways to control cookies TTLs. So "remember me" button not used at all (it can be disabled only in latest jenkins version afair). As i understand you should be logged after close/open browser, because token from crowd is still alive, and seems this part doesn't work. 



























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] [crowd2] (JENKINS-13279) Interface with Crowd embedded that runs in Jira

2014-03-24 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13279


Interface with Crowd embedded that runs in Jira















Yes, but we need firstly check changes. I can merge and enable beta builds, so it become available in experimental repo.



























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] [crowd2] (JENKINS-20871) Unable to login with plugin v1.6

2014-04-06 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 closed  JENKINS-20871 as Cannot Reproduce


Unable to login with plugin v1.6
















Change By:


Kanstantsin Shautsou
(06/Apr/14 8:52 PM)




Status:


Open
Closed





Resolution:


CannotReproduce



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-04-06 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 updated  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.
















Change By:


Kanstantsin Shautsou
(06/Apr/14 11:13 PM)




Assignee:


KohsukeKawaguchi



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-04-06 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.















jenkins-1.557
realm - crowd2
strategy - Anyone can do anything

Stack trace

java.lang.IllegalArgumentException: Object of class [java.lang.String] must be an instance of interface org.acegisecurity.userdetails.UserDetails
	at org.springframework.util.Assert.isInstanceOf(Assert.java:337)
	at org.springframework.util.Assert.isInstanceOf(Assert.java:319)
	at hudson.security.TokenBasedRememberMeServices2.loginSuccess(TokenBasedRememberMeServices2.java:105)
	at org.acegisecurity.ui.AbstractProcessingFilter.successfulAuthentication(AbstractProcessingFilter.java:488)
	at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:266)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:74)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:370)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:960)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1021)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)




























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 

[JIRA] [crowd2] (JENKINS-13279) Interface with Crowd embedded that runs in Jira

2014-04-06 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13279


Interface with Crowd embedded that runs in Jira















Merged change, but now i have this error JENKINS-17060



























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] [security] (JENKINS-17060) Jenkins errors when 'Remember me on this computer' is checked.

2014-04-07 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17060


Jenkins errors when Remember me on this computer is checked.















1.557 has "disable remember me" checkbox, but probably Realms must handle this value.



























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] [crowd2] (JENKINS-21852) Allow configuration of HTTPS proxy for connection to Crowd

2014-04-07 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-21852


Allow configuration of HTTPS proxy for connection to Crowd















Will be fixed in 1.7, WIP



























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] [crowd2] (JENKINS-21852) Allow configuration of HTTPS proxy for connection to Crowd

2014-04-07 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 assigned  JENKINS-21852 to Kanstantsin Shautsou



Allow configuration of HTTPS proxy for connection to Crowd
















Change By:


Kanstantsin Shautsou
(07/Apr/14 12:34 PM)




Assignee:


ThorstenHeit
KanstantsinShautsou



























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] [crowd2] (JENKINS-18009) Issue getting user ID and resolving permissions

2014-04-16 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-18009 as Fixed


Issue getting user ID and resolving permissions 
















I think it was fixed in 1.6





Change By:


Kanstantsin Shautsou
(16/Apr/14 9:29 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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.


  1   2   3   4   5   6   7   8   9   10   >