[JIRA] (JENKINS-16234) Plugin does not currently work for Clearcase Base

2013-01-19 Thread go...@j2eeguys.com (JIRA)














































Steve Davidson
 commented on  JENKINS-16234


Plugin does not currently work for Clearcase Base















And somebody has already updated the Wiki appropriately.  I will be delighted to close this issue when 1.3.13 is released.



























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-16372) Password parameter is malformed

2013-01-19 Thread gregory.boissi...@gmail.com (JIRA)















































Gregory Boissinot
 resolved  JENKINS-16372 as Not A Defect


Password parameter is malformed
















In the Jenkins log, password values passed from EnvInject plugin are masked. However, from the script they are decrypted.
For example, test in your script 'echo $1 > out.txt' and call your script with $PASSWORD_VAR and you should see that you have the plain value of the var.





Change By:


Gregory Boissinot
(20/Jan/13 12:14 AM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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-16372) Password parameter is malformed

2013-01-19 Thread gregory.boissi...@gmail.com (JIRA)












































  
Gregory Boissinot
 edited a comment on  JENKINS-16372


Password parameter is malformed
















In the Jenkins log, password values provided by EnvInject plugin are masked. However, from the script they are decrypted.
For example, test in your script 'echo $1 > out.txt' and call your script with $PASSWORD_VAR and you should see that you have the plain value of the var.



























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-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-8334


maven-plugin insists on Surefire to run tests















Integrated in  jenkins_main_trunk #2201
 Changelog and cleanup for JENKINS-8334 (Revision 6b1cc47024172238a65d45f28db84f13495d8780)

 Result = SUCCESS
Christoph Kutzinski : 6b1cc47024172238a65d45f28db84f13495d8780
Files : 

	maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
	changelog.html
	core/src/main/java/hudson/tasks/junit/TestResult.java





























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-16419) Jenkins Exception java.lang.StringIndexOutOfBoundsException: String index out of range: -114

2013-01-19 Thread rsid...@qti.qualcomm.com (JIRA)














































rejesi
 updated  JENKINS-16419


Jenkins Exception java.lang.StringIndexOutOfBoundsException: String index out of range: -114
















Change By:


rejesi
(19/Jan/13 9:53 PM)




Environment:


Jenkins 1.483
RHEL 5.8




























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-9854) Build step of Execute shell script problem when

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-9854 as Duplicate


Build step of Execute shell script problem when 
















Change By:


evernat
(19/Jan/13 9:48 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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-9855) Build step of Shell script exits when an expr evaluates to zero

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-9855 as Duplicate


Build step of Shell script exits when an expr evaluates to zero
















Change By:


evernat
(19/Jan/13 9:49 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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-16419) Jenkins Exception java.lang.StringIndexOutOfBoundsException: String index out of range: -114

2013-01-19 Thread rsid...@qti.qualcomm.com (JIRA)














































rejesi
 updated  JENKINS-16419


Jenkins Exception java.lang.StringIndexOutOfBoundsException: String index out of range: -114
















Change By:


rejesi
(19/Jan/13 9:48 PM)




Component/s:


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






[JIRA] (JENKINS-16419) Jenkins Exception java.lang.StringIndexOutOfBoundsException: String index out of range: -114

2013-01-19 Thread rsid...@qti.qualcomm.com (JIRA)














































rejesi
 created  JENKINS-16419


Jenkins Exception java.lang.StringIndexOutOfBoundsException: String index out of range: -114















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


git, github



Created:


19/Jan/13 9:47 PM



Description:


We had been getting these exceptions every now and again intermittently but then the next build would be fine.

Now we are experiencing them much more frequently.  Here is what is seen as the final output to the log file:

18:40:19 [xxxREPO] $ git log --raw --first-parent --format="zzREPOzz%H%n%an<%ae>%aD%n%cn<%ce>%cD%n%s%n%n%byyREPOyy" 66da983ea1516b76f1cc6a078940abd2509862f1..27ec061e06fa872f8d01dad5322534df2559d156
18:40:19 FATAL: String index out of range: -114
18:40:19 java.lang.StringIndexOutOfBoundsException: String index out of range: -114
18:40:19 	at java.lang.String.substring(String.java:1949)
18:40:19 	at hudson.plugins.repo.ChangeLog.generateChangeLog(ChangeLog.java:167)
18:40:19 	at hudson.plugins.repo.ChangeLog.saveChangeLog(ChangeLog.java:239)
18:40:19 	at hudson.plugins.repo.RepoScm.checkout(RepoScm.java:259)
18:40:19 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
18:40:19 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
18:40:19 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
18:40:19 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
18:40:19 	at hudson.model.Run.execute(Run.java:1502)
18:40:19 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
18:40:19 	at hudson.model.ResourceController.execute(ResourceController.java:88)
18:40:19 	at hudson.model.Executor.run(Executor.java:236)





Environment:


RHEL 5.8




Project:


Jenkins



Priority:


Major



Reporter:


rejesi

























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-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-8334


maven-plugin insists on Surefire to run tests















Code changed in jenkins
User: Christoph Kutzinski
Path:
 changelog.html
 core/src/main/java/hudson/tasks/junit/TestResult.java
 maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
http://jenkins-ci.org/commit/jenkins/6b1cc47024172238a65d45f28db84f13495d8780
Log:
  Changelog and cleanup for JENKINS-8334































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-9951) Regex on slave node's naming is broken

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-9951


Regex on slave node's naming is broken















Is it reproduced with a recent 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






[JIRA] (JENKINS-9290) Two authors of build task

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-9290


Two authors of build task















Ok, let us know.
The issue should certainly be closed if it can not be reproduced.



























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-11346) Multi-Configuration Jobs remember deleted slaves

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-11346 as Cannot Reproduce


Multi-Configuration Jobs remember deleted slaves
















ok, thanks





Change By:


evernat
(19/Jan/13 9:05 PM)




Status:


Open
Resolved





Resolution:


Cannot Reproduce



























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-15773) fixed german localization messages

2013-01-19 Thread spam_schluc...@web.de (JIRA)















































Karsten Brandt
 resolved  JENKINS-15773 as Fixed


fixed german localization messages
















has been solved with merge of pull request #9





Change By:


Karsten Brandt
(19/Jan/13 7:33 PM)




Status:


Open
Resolved





Assignee:


npiguet
Thomas Mohaupt





Fix Version/s:


current





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






[JIRA] (JENKINS-11346) Multi-Configuration Jobs remember deleted slaves

2013-01-19 Thread tofuatj...@java.net (JIRA)














































Thomas Fürer
 commented on  JENKINS-11346


Multi-Configuration Jobs remember deleted slaves















I cannot reproduce it because I do not have access to this environment anymore, sorry

maybe you should close 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






[JIRA] (JENKINS-9290) Two authors of build task

2013-01-19 Thread m...@o2.pl (JIRA)














































Marcin Czerniak
 commented on  JENKINS-9290


Two authors of build task















Hi,

I can't tell you if core or plugin has error. I'm not responsible person in my company of Jenkins and CI process. I think this ticket can be closed because problem can be related with wrong Jenkins configuration. Problem disapeard in our Jenkins so may be SCM fixed it by workaround or he made configuration in right way. I can ask SCM about it and tell you soon.



























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-6399) Cannot find html output directory

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-6399 as Incomplete


Cannot find html output directory
















No response from the reporter, so resolving as incomplete.





Change By:


evernat
(19/Jan/13 7:12 PM)




Status:


In Progress
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






[JIRA] (JENKINS-10128) SSH Plugin: NullPointerException when no SSH site is specified in the job configuration

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 updated  JENKINS-10128


SSH Plugin: NullPointerException when no SSH site is specified in the job configuration
















Change By:


evernat
(19/Jan/13 7:09 PM)




Component/s:


ssh





Component/s:


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






[JIRA] (JENKINS-10171) FindBugs Publisher cannot load FindBugsparser on slave

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-10171 as Not A Defect


FindBugs Publisher cannot load FindBugsparser on slave
















Resolving as not a defect since slave.jar needs an upgrade.
Please reopen if reproduced with an uptodate slave.jar.





Change By:


evernat
(19/Jan/13 7:04 PM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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-10256) maven build fails when launched from jenkins and succeeds outsite

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10256


maven build fails when launched from jenkins and succeeds outsite















Is it reproduced with a recent 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






[JIRA] (JENKINS-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-8334


maven-plugin insists on Surefire to run tests















Integrated in  jenkins_main_trunk #2200
 Add regression test for SurefireArchiver test mojo detection JENKINS-8334 (Revision 900341f4912e3d055c30cc12ea5ed05310bf97df)
[FIXED JENKINS-8334] use heuristics to detect test-mojos instead of relying on hard-coded plugin names (Revision 2c0b577aabbd7aa1518eaf2f8111f80f7c549f20)
Refactored detection of test mojos to simplify SurefireArchiver class JENKINS-8334 (Revision b68b84eaa04e521ac99c02257d91802d1ab9f3ff)

 Result = SUCCESS
Christoph Kutzinski : 900341f4912e3d055c30cc12ea5ed05310bf97df
Files : 

	maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverUnitTest.java
	maven-plugin/src/test/java/hudson/maven/MojoInfoBuilder.java
	maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
	maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverDetectTestMojosTest.java



Christoph Kutzinski : 2c0b577aabbd7aa1518eaf2f8111f80f7c549f20
Files : 

	maven-plugin/src/main/java/hudson/maven/MojoInfo.java
	maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java



Christoph Kutzinski : b68b84eaa04e521ac99c02257d91802d1ab9f3ff
Files : 

	maven-plugin/src/main/java/hudson/maven/reporters/TestMojo.java
	maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
	maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverUnitTest.java
	maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverDetectTestMojosTest.java
	core/src/main/java/hudson/tasks/junit/TestResult.java





























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-10527) Form validation check on artifacts to archive om Jenkins can get stuck

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-10527 as Duplicate


Form validation check on artifacts to archive om Jenkins can get stuck
















duplicates JENKINS-7214, which is fixed





Change By:


evernat
(19/Jan/13 6:03 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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-13404) Custom workspace validation not working

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-13404 as Fixed


Custom workspace validation not working
















It is committed, so I suppose that is fixed





Change By:


evernat
(19/Jan/13 5:56 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






[JIRA] (JENKINS-10534) Build-in environment variables like $WORKSPACE in parameters get messed up

2013-01-19 Thread ever...@free.fr (JIRA)












































  
evernat
 edited a comment on  JENKINS-10534


Build-in environment variables like $WORKSPACE in parameters get messed up
















It seems like '\' escapes the characters.
Does 
"D:\\jenkins\\workspace\\"
 works better?



























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-10534) Build-in environment variables like $WORKSPACE in parameters get messed up

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10534


Build-in environment variables like $WORKSPACE in parameters get messed up















It seems like '\' escapes the characters.
Does "D:\\jenkins\\workspace" works better?



























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-10130) Encoding issue

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 updated  JENKINS-10130


Encoding issue
















Change By:


evernat
(19/Jan/13 5:37 PM)




Assignee:


olamy
Nicolas De Loof





Component/s:


core



























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-10130) Encoding issue

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 updated  JENKINS-10130


Encoding issue
















Change By:


evernat
(19/Jan/13 5:35 PM)




Affects Version/s:


current





Component/s:


cloudbees-deployer





Component/s:


core



























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-9931) Jenkins has no way to detect a test failure due to timeout

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-9931 as Incomplete


Jenkins has no way to detect a test failure due to timeout
















No response from the reporter, so resolving as incomplete.
Please reopen if needed.





Change By:


evernat
(19/Jan/13 5:29 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






[JIRA] (JENKINS-10739) matrix child job data orphaned after parent job expiry

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10739


matrix child job data orphaned after parent job expiry















Is it reproduced with a recent 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






[JIRA] (JENKINS-10873) Build fails publishing Clover coverage results: FATAL: Unable to copy coverage

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10873


Build fails publishing Clover coverage results:  FATAL: Unable to copy coverage 















Is it reproduced with recent Jenkins and clover 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






[JIRA] (JENKINS-10881) Floating bug. Build fails without any changes.

2013-01-19 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-10881 as Incomplete


Floating bug. Build fails without any changes.
















Note that millions of other people are doing the same without problems.
There are not enough information in this report to do anything.





Change By:


evernat
(19/Jan/13 5:18 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






[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-19 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.















How many findbugs files are you parsing? How many warnings are in these files?

From the log I see that the findbugs library connects to the internet to resolve XML entities. I'll have a look at the library to see if that can be suppressed...



























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-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-8334 as Fixed


maven-plugin insists on Surefire to run tests
















Change By:


SCM/JIRA link daemon
(19/Jan/13 5:05 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






[JIRA] (JENKINS-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-8334


maven-plugin insists on Surefire to run tests















Code changed in jenkins
User: Christoph Kutzinski
Path:
 maven-plugin/src/main/java/hudson/maven/MojoInfo.java
 maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
http://jenkins-ci.org/commit/jenkins/2c0b577aabbd7aa1518eaf2f8111f80f7c549f20
Log:
  [FIXED JENKINS-8334] use heuristics to detect test-mojos instead of relying on hard-coded plugin names





























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-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-8334


maven-plugin insists on Surefire to run tests















Code changed in jenkins
User: Christoph Kutzinski
Path:
 core/src/main/java/hudson/tasks/junit/TestResult.java
 maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
 maven-plugin/src/main/java/hudson/maven/reporters/TestMojo.java
 maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverDetectTestMojosTest.java
 maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverUnitTest.java
http://jenkins-ci.org/commit/jenkins/b68b84eaa04e521ac99c02257d91802d1ab9f3ff
Log:
  Refactored detection of test mojos to simplify SurefireArchiver class JENKINS-8334





























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-8334) maven-plugin insists on Surefire to run tests

2013-01-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-8334


maven-plugin insists on Surefire to run tests















Code changed in jenkins
User: Christoph Kutzinski
Path:
 maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
 maven-plugin/src/test/java/hudson/maven/MojoInfoBuilder.java
 maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverDetectTestMojosTest.java
 maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverUnitTest.java
http://jenkins-ci.org/commit/jenkins/900341f4912e3d055c30cc12ea5ed05310bf97df
Log:
  Add regression test for SurefireArchiver test mojo detection JENKINS-8334





























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-11277) Fix MavenMultiModuleTest.testEstimatedDurationForIncrementalMultiModMaven test

2013-01-19 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-11277


Fix MavenMultiModuleTest.testEstimatedDurationForIncrementalMultiModMaven test















The unit test is still there but disabled.



























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-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-19 Thread mi...@mikey.com (JIRA)














































michael pechner
 updated  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.
















Each machine is a 2 CPU machine in the rackspace cloud

centos 5.8
java 1.6
ant 1.8

I have swapped between 1 and 2 executors.





Change By:


michael pechner
(19/Jan/13 4:34 PM)




Attachment:


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






[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-19 Thread mi...@mikey.com (JIRA)














































michael pechner
 commented on  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.















How do I produce a thread dump?



























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-10895) Checksum verification of downloaded maven dependencies fails

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10895


Checksum verification of downloaded maven dependencies fails















Is it reproduced with a recent 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






[JIRA] (JENKINS-11036) Aborted Jobs keep counting

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11036


Aborted Jobs keep counting















Is it reproduced with a recent 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






[JIRA] (JENKINS-11010) image icons for downstream-buildview point to port 8080, even if jenkins is configured to run on another port

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11010


image icons for downstream-buildview point to port 8080, even if jenkins is configured to run on another port















Is it reproduced with a recent version of the 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






[JIRA] (JENKINS-10643) SSH public key based CLI authentication added in 1.419 is broken in 1.421+

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10643


SSH public key based CLI authentication added in 1.419 is broken in 1.421+















Is it reproduced with a recent 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






[JIRA] (JENKINS-11076) User always gets logout from the system when using Firefox browser

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11076


User always gets logout from the system when using Firefox browser















Is it reproduced with a recent 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






[JIRA] (JENKINS-9586) Sometimes after Jenkins restart platform labels are not available

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-9586


Sometimes after Jenkins restart platform labels are not available















Is it reproduced with a recent 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






[JIRA] (JENKINS-9029) java.lang.AbstractMethodError when trying to create a new Task on Jenkins 1.400

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-9029


java.lang.AbstractMethodError when trying to create a new Task on Jenkins 1.400















Is it reproduced with a recent 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






[JIRA] (JENKINS-9357) subversion plugin failed project

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-9357


subversion plugin failed project















Is it reproduced with recent Jenkins and subversion 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






[JIRA] (JENKINS-8673) Windows XP slave stopped working in 1.396 (related to name change)

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-8673


Windows XP slave stopped working in 1.396 (related to name change)















Is it reproduced with a recent 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






[JIRA] (JENKINS-14893) scm sync configuration causes memory leak

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 commented on  JENKINS-14893


scm sync configuration causes memory leak















Perhaps a bit late for the FreedomSponsors offer, however, would you consider uploading the heap dump for analysis?



























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-15562) Support setting the client version

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)












































  
Johno Crawford
 edited a comment on  JENKINS-15562


Support setting the client version
















What are your thoughts David?



























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-11172) /signup creates exception if using LDAP authentication and project based matrix authorization

2013-01-19 Thread cristian.zam...@epfl.ch (JIRA)














































Cristian Zamfir
 commented on  JENKINS-11172


/signup creates exception if using LDAP authentication and project based matrix authorization















Yes. I have the latest Jenkins version and a similar setup. Authentication is set up using LDAP. I also use XSS protection.

There is no "Signup" link on the website, but going to  http://yourserver/signup gives the following exception:

Status Code: 500

Exception: java.lang.NullPointerException
Stacktrace:
javax.servlet.ServletException: java.lang.NullPointerException
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:615)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:487)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:164)
	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:135)
	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:63)
	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)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
	at winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:215)
	at winstone.RequestHandlerThread.run(RequestHandlerThread.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.c

[JIRA] (JENKINS-16233) EnvInject plugin using a cached value for ${WORKSPACE}

2013-01-19 Thread gregory.boissi...@gmail.com (JIRA)















































Gregory Boissinot
 resolved  JENKINS-16233 as Fixed


EnvInject plugin using a cached value for ${WORKSPACE}
















Change By:


Gregory Boissinot
(19/Jan/13 2:36 PM)




Status:


In Progress
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






[JIRA] (JENKINS-13726) Github plugin should work with Github enterprise by allowing for overriding the github URL

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)















































Johno Crawford
 resolved  JENKINS-13726 as Fixed


Github plugin should work with Github enterprise by allowing for overriding the github URL
















Change By:


Johno Crawford
(19/Jan/13 2:36 PM)




Status:


Reopened
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






[JIRA] (JENKINS-16233) EnvInject plugin using a cached value for ${WORKSPACE}

2013-01-19 Thread gregory.boissi...@gmail.com (JIRA)














































Gregory Boissinot
 commented on  JENKINS-16233


EnvInject plugin using a cached value for ${WORKSPACE}















EnvInject 1.80 should fix this issue.
Please let me know if it works in your environment.
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






[JIRA] (JENKINS-13726) Github plugin should work with Github enterprise by allowing for overriding the github URL

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)















































Johno Crawford
 closed  JENKINS-13726 as Fixed


Github plugin should work with Github enterprise by allowing for overriding the github URL
















Change By:


Johno Crawford
(19/Jan/13 2:36 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






[JIRA] (JENKINS-13726) Github plugin should work with Github enterprise by allowing for overriding the github URL

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 reopened  JENKINS-13726


Github plugin should work with Github enterprise by allowing for overriding the github URL
















Change By:


Johno Crawford
(19/Jan/13 2:35 PM)




Resolution:


Fixed





Status:


Closed
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






[JIRA] (JENKINS-13726) Github plugin should work with Github enterprise by allowing for overriding the github URL

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)












































  
Johno Crawford
 edited a comment on  JENKINS-13726


Github plugin should work with Github enterprise by allowing for overriding the github URL
















Fixed in latest plugin release, let me know how it goes Tom!



























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-16233) EnvInject plugin using a cached value for ${WORKSPACE}

2013-01-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16233


EnvInject plugin using a cached value for ${WORKSPACE}















Code changed in jenkins
User: Gregory Boissinot
Path:
 src/main/java/org/jenkinsci/plugins/envinject/EnvInjectBuildWrapper.java
 src/main/java/org/jenkinsci/plugins/envinject/EnvInjectBuilder.java
 src/main/java/org/jenkinsci/plugins/envinject/EnvInjectListener.java
 src/test/java/org/jenkinsci/plugins/envinject/GlobalPropertiesTest.java
http://jenkins-ci.org/commit/envinject-plugin/23a7086f231e0647bfc24daceacaa1f078f5aa7f
Log:
  Fix JENKINS-16233































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-15779) Parsing ivy descriptors step fails on a slave when custom ivy settings file is used

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)












































  
Johno Crawford
 edited a comment on  JENKINS-15779


Parsing ivy descriptors step fails on a slave when custom ivy settings file is used
















I am feeling good about this snapshot ( https://issues.jenkins-ci.org/secure/attachment/23081/ivy.hpi ).. Patch available at https://github.com/jenkinsci/ivy-plugin/commit/d7e77eec8959b70afc44e94bb38468ac8aca46d2.patch (do not apply the patch from JENKINS-15774).



























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-15779) Parsing ivy descriptors step fails on a slave when custom ivy settings file is used

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)












































  
Johno Crawford
 edited a comment on  JENKINS-15779


Parsing ivy descriptors step fails on a slave when custom ivy settings file is used
















I am feeling good about this snapshot ( https://issues.jenkins-ci.org/secure/attachment/23081/ivy.hpi ).. Patch available at https://github.com/jenkinsci/ivy-plugin/commit/d7e77eec8959b70afc44e94bb38468ac8aca46d2.patch



























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-15779) Parsing ivy descriptors step fails on a slave when custom ivy settings file is used

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 updated  JENKINS-15779


Parsing ivy descriptors step fails on a slave when custom ivy settings file is used
















Change By:


Johno Crawford
(19/Jan/13 2:22 PM)




Attachment:


ivy.hpi



























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-15779) Parsing ivy descriptors step fails on a slave when custom ivy settings file is used

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 commented on  JENKINS-15779


Parsing ivy descriptors step fails on a slave when custom ivy settings file is used















I am feeling good about this patch! https://github.com/jenkinsci/ivy-plugin/commit/d7e77eec8959b70afc44e94bb38468ac8aca46d2.patch



























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-15779) Parsing ivy descriptors step fails on a slave when custom ivy settings file is used

2013-01-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15779


Parsing ivy descriptors step fails on a slave when custom ivy settings file is used















Code changed in jenkins
User: johnou
Path:
 src/main/java/hudson/ivy/IvyModuleSetBuild.java
http://jenkins-ci.org/commit/ivy-plugin/d7e77eec8959b70afc44e94bb38468ac8aca46d2
Log:
  JENKINS-15779: Parsing ivy descriptors step fails on a slave when custom ivy settings file 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






[JIRA] (JENKINS-11101) Job execution fails due to Jenkins Slave disconnection

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11101


Job execution fails due to Jenkins Slave disconnection















Is it reproduced with a recent 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






[JIRA] (JENKINS-9290) Two authors of build task

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-9290


Two authors of build task















Is it reproduced with a recent Jenkins version?
Is it related with the build-publisher plugin or do you want to select the "core" component in this 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






[JIRA] (JENKINS-11112) "Click to expand multiple lines" button on properties does not work when creating a new ant build step at the bottom of the list

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-2


"Click to expand multiple lines" button on properties does not work when creating a new ant build step at the bottom of the list















I do not reproduce the issue.
Do you reproduce it in a recent Jenkins version?
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






[JIRA] (JENKINS-11157) All the options in the Build list can not be displayed in Jenkins Job configuration

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11157


All the options in the Build list can not be displayed in Jenkins Job configuration 















Is it reproduced with a recent 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






[JIRA] (JENKINS-15774) Add ability to specify custom ivy settings file in global configuration for ivy job type

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 commented on  JENKINS-15774


Add ability to specify custom ivy settings file in global configuration for ivy job type















This requires more thought and planning.. global ivy settings file must be an absolute path since it is not tied to the actual job and comes from the master, additionally since the ivy parser is created on the slave the current implementation will fail as the file is loaded from the slave. I will concentrate on JENKINS-15779 and then return to this.



























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-3654) Intercept the m2 reporter invocation when running the maven site goal

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-3654


Intercept the m2 reporter invocation when running the maven site goal















Is it still the same?



























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-11172) /signup creates exception if using LDAP authentication and project based matrix authorization

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11172


/signup creates exception if using LDAP authentication and project based matrix authorization















Is it reproduced with a recent 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






[JIRA] (JENKINS-11560) CLI hangs through reverse proxy with JNLP disabled

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11560


CLI hangs through reverse proxy with JNLP disabled















Is it reproduced with a recent 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






[JIRA] (JENKINS-11346) Multi-Configuration Jobs remember deleted slaves

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11346


Multi-Configuration Jobs remember deleted slaves















Is it reproduced with a recent 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






[JIRA] (JENKINS-13726) Github plugin should work with Github enterprise by allowing for overriding the github URL

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 commented on  JENKINS-13726


Github plugin should work with Github enterprise by allowing for overriding the github URL















Fixed in latest plugin release.



























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-14648) Allow to GitHub Plugin to work with Standalone GitHub Enterprise

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)















































Johno Crawford
 closed  JENKINS-14648 as Duplicate


Allow to GitHub Plugin to work with Standalone GitHub Enterprise
















Fixed in latest plugin release.





Change By:


Johno Crawford
(19/Jan/13 1:41 PM)




Status:


Resolved
Closed





Assignee:


Johno Crawford



























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-13726) Github plugin should work with Github enterprise by allowing for overriding the github URL

2013-01-19 Thread johno.crawf...@gmail.com (JIRA)















































Johno Crawford
 closed  JENKINS-13726 as Fixed


Github plugin should work with Github enterprise by allowing for overriding the github URL
















Change By:


Johno Crawford
(19/Jan/13 1:40 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






[JIRA] (JENKINS-11277) Fix MavenMultiModuleTest.testEstimatedDurationForIncrementalMultiModMaven test

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-11277


Fix MavenMultiModuleTest.testEstimatedDurationForIncrementalMultiModMaven test















Where is this unit test now?
Is it 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






[JIRA] (JENKINS-11190) Exclusion administration panel is not update with Maven Jobs when Jenkins is restarded

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 updated  JENKINS-11190


Exclusion administration panel is not update with Maven Jobs when Jenkins is restarded
















Change By:


evernat
(19/Jan/13 12:19 PM)




Assignee:


Anthony Roux





Component/s:


exclusion





Component/s:


core



























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-2998) Unable to deploy jar to maven repository.

2013-01-19 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-2998


Unable to deploy jar to maven repository.















Is it reproduced with a recent Jenkins and maven 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






[JIRA] (JENKINS-16138) mercurial SCM always clones (instead of pulling) when using https

2013-01-19 Thread softw...@matthiaskauer.com (JIRA)














































Matthias Kauer
 commented on  JENKINS-16138


mercurial SCM always clones (instead of pulling) when using https















hi,
the SSH Pull does indeed work.

I could finally set it up. Won't say it's impossible or even hard for the target audience, but it's still quite a bit more complicated than just using https.
(Windows users will be especially unhappy, I didn't try, just have a feeling)

Maybe one could add a warning that using https:// will always clone?

Anyway,
thanks for the tip.

Best,
Matthias



























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-8738) The changelog.xml can contain characters which cause problems for XML parsing

2013-01-19 Thread damian.di...@gmail.com (JIRA)














































damian dixon
 commented on  JENKINS-8738


The changelog.xml can contain characters which cause problems for XML parsing















I'm not having any problems with the latest. I can only assume that this has been 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






freight forwarder & logistics provider与您共享了照片

2013-01-19 Thread freight forwarder & logistics provider

Dear My Friend

 Nice day, Hyun Young is a leading professional freight forwarder
and logistics provider who focus on the shipment from South China to all
the world. Hyun Young started freight forwarding operation at Shenzhen in
2004. Based at Shenzhen, our ambition have pushed us forward to expand to
other cities in south of China. Now we have capacity of handing shipment to
or from all the ports in south of China.
   Holds while whole - heartedly achieves the best enterprise
objective, With the great support of our global agency, we provide services
to our customers through process-driven operation team, advanced
information system, and strong management team.

Glance to our company:
1. Sea Freight, included FCL&LCL;
2. Air Freight;
3. Express, included DHL,UPS,FEDEX,SAGAWA and SCOREJP;
4. Import & Export;
5. Land Transportation.

   We seek no strongest only more specialized, senior. Your
satisfied will be our maximal pride.


Shenzhen Hyun Young International Transportation CO.,LTD
Jacky Yang

Add: Floor 7&8, South Bao’an Road, Luohu District, Shenzhen, Guangdong,
China.
<>

[JIRA] (JENKINS-16099) Not able to enter correct SVN credentials

2013-01-19 Thread ku...@gmx.de (JIRA)















































kutzi
 assigned  JENKINS-16099 to Kohsuke Kawaguchi



Not able to enter correct SVN credentials
















Change By:


kutzi
(19/Jan/13 8:19 AM)




Assignee:


kutzi
Kohsuke Kawaguchi



























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