[JIRA] (JENKINS-8157) Hudson executes Post-build actions, before build actions are complete.

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














































evernat
 commented on  JENKINS-8157


Hudson executes Post-build actions, before build actions are complete.















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-14585) Test Failure Claim Link not present for Maven test results

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












































 
kutzi
 edited a comment on  JENKINS-14585


Test Failure Claim Link not present for Maven test results
















Seems like have to configure this differently for Maven builds: Post build actions - Additional test report features
Did you do that?



























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-1528) Findbugs plugin should be able to use external plugins.

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














































Ulli Hafner
 commented on  JENKINS-1528


Findbugs plugin should be able to use external plugins.















@Eyal: Adding an open source findbugs library would be much easier to implement: just create a new issue then I will add the messages files of that library to the parser... The upload feature is only required for closed source findbugs plugins...



























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-16497) Builds with surefire reports on Windows OS prevents deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 created  JENKINS-16497


Builds with surefire reports on Windows OS prevents deletion of files with output from tests.















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Attachments:


noMemoryMappedIoForWindows.patch



Components:


core



Created:


27/Jan/13 7:52 PM



Description:


Builds with surefire reports on Windows OS prevents deletion of files with output from tests. These files are created when maven.test.redirectTestOutputToFile is activated.
There is known problem with memory mapped io on windows os.
"... Windows does not allow a mapped file to be deleted ..." http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
hudson.tasks.junit.SuiteResult uses memory mapped io to read the redirected test output.

I have attached a patch, that reactivates an older implementation without memory mapped io on windows os.




Environment:


Windows




Project:


Jenkins



Labels:


surefire




Priority:


Major



Reporter:


Marc-Olaf Jaschke

























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-16497) Builds with surefire reports on Windows OS prevents deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevents deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 7:55 PM)




Description:


BuildswithsurefirereportsonWindowsOSpreventsdeletionoffileswithoutputfromtests.Thesefilesarecreatedwhen[maven.test.redirectTestOutputToFile|http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile]isactivated.

Thereisaknownproblemwithmemorymappedioonwindowsos
.
:
[...]Windowsdoesnotallowamappedfiletobedeleted[...]

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
hudson
_hudson
.tasks.junit.
SuiteResult
SuiteResult_
usesmemorymappediotoreadtheredirectedtestoutput.Ihaveattachedapatch,thatreactivatesanolderimplementationwithoutmemorymappedioonwindowsos.



























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-16406) Environment variables

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














































Gregory Boissinot
 commented on  JENKINS-16406


Environment variables















Environment variables with '.' are not allowed. If you put a shell script and try to display ${version.rootpath}, you'll get an error.
Therefore, Jenkins enables you to define this kind of variables and can't exploit them in your builds.
Replace the '.' by '_' ad it should 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






[JIRA] (JENKINS-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 8:47 PM)




Summary:


BuildswithsurefirereportsonWindowsOS
prevents
prevent
deletionoffileswithoutputfromtests.



























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-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 8:51 PM)




Description:


BuildswithsurefirereportsonWindowsOS
prevents
prevent
deletionoffileswithoutputfromtests.Thesefilesarecreatedwhen[maven.test.redirectTestOutputToFile|http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile]isactivated.Thereisaknownproblemwithmemorymappedioonwindowsos:[...]Windowsdoesnotallowamappedfiletobedeleted[...]http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154_hudson.tasks.junit.SuiteResult_usesmemorymappediotoreadtheredirectedtestoutput.Ihaveattachedapatch,thatreactivatesanolderimplementationwithoutmemorymappedioonwindowsos.



























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-16406) Environment variables

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















































Gregory Boissinot
 resolved  JENKINS-16406 as Not A Defect


Environment variables
















Change By:


Gregory Boissinot
(27/Jan/13 8:53 PM)




Status:


InProgress
Resolved





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







-- 




[JIRA] (JENKINS-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 9:00 PM)




Description:


BuildswithsurefirereportsonWindowsOSpreventdeletionoffileswithoutputfromtests.Thesefilesarecreatedwhen[maven.test.redirectTestOutputToFile|http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile]isactivated.Thereisaknownproblemwithmemorymappedioonwindowsos:[...]Windowsdoesnotallowamappedfiletobedeleted[...]http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154_hudson.tasks.junit.SuiteResult_usesmemorymappediotoreadtheredirectedtestoutput.Ihaveattachedapatch,thatreactivatesanolderimplementationwithoutmemorymappedioonwindowsos.
Memorymappediowasintroducedwith_fe934aac007a20c43e803de61ef8b6cf28c4434f_.



























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-12478) Free-style projects touch subversion authentication credentials file

2013-01-27 Thread sami.salo...@nsn.com (JIRA)














































Sami Salonen
 commented on  JENKINS-12478


Free-style projects touch subversion authentication credentials file















Issue is no longer reproducible with Jenkins 1.480.2 and Subversion plugin 1.45.



























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-12478) Free-style projects touch subversion authentication credentials file

2013-01-27 Thread sami.salo...@nsn.com (JIRA)















































Sami Salonen
 closed  JENKINS-12478 as Fixed


Free-style projects touch subversion authentication credentials file
















Problem was present with Jenkins 1.480.2 and Subversion plugin 1.39 (comes with 1.480.2), but after plugin upgrade to 1.45 problem was gone.





Change By:


Sami Salonen
(27/Jan/13 9:09 PM)




Status:


Open
Closed





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-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 9:12 PM)




Attachment:


noMemoryMappedIoForWindows.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-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 9:20 PM)




Attachment:


noMemoryMappedIoForWindows-V2.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-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 9:23 PM)




Description:


BuildswithsurefirereportsonWindowsOSpreventdeletionoffileswithoutputfromtests.Thesefilesarecreatedwhen[maven.test.redirectTestOutputToFile|http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile]isactivated.Thereisaknownproblemwithmemorymappedioonwindowsos:[...]Windowsdoesnotallowamappedfiletobedeleted[...]http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154_hudson.tasks.junit.SuiteResult_usesmemorymappediotoreadtheredirectedtestoutput.Ihaveattachedapatch
([^noMemoryMappedIoForWindows-V2.patch])
,thatreactivatesanolderimplementationwithoutmemorymappedioonwindowsos.Memorymappediowasintroducedwith_fe934aac007a20c43e803de61ef8b6cf28c4434f_.



























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-16497) Builds with surefire reports on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 commented on  JENKINS-16497


Builds with surefire reports on Windows OS prevent deletion of files with output from tests.















Please ignore/delete the two patch files with the name noMemoryMappedIoForWindows.patch, they are flawed.



























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-16497) Builds with surefire on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 9:29 PM)




Summary:


Buildswithsurefire
reports
onWindowsOSpreventdeletionoffileswithoutputfromtests.



























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-16497) Builds with surefire on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(27/Jan/13 9:30 PM)




Description:


Buildswithsurefire
reports
onWindowsOSpreventdeletionoffileswithoutputfromtests.Thesefilesarecreatedwhen[maven.test.redirectTestOutputToFile|http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile]isactivated.Thereisaknownproblemwithmemorymappedioonwindowsos:[...]Windowsdoesnotallowamappedfiletobedeleted[...]http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154_hudson.tasks.junit.SuiteResult_usesmemorymappediotoreadtheredirectedtestoutput.Ihaveattachedapatch([^noMemoryMappedIoForWindows-V2.patch]),thatreactivatesanolderimplementationwithoutmemorymappedioonwindowsos.Memorymappediowasintroducedwith_fe934aac007a20c43e803de61ef8b6cf28c4434f_.



























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-16089) Standard view columns interact force builds to be eagerly loaded

2013-01-27 Thread jus...@fathomdb.com (JIRA)














































Justin Santa Barbara
 commented on  JENKINS-16089


Standard view columns interact force builds to be eagerly loaded















I did a little bit more experimentation here, using it to fix the "slow People view" problem that was mentioned on the mailing list:

I now persist the cache (not a true LRU persistent cache, but I think it's a good start without external dependencies); I've switched to requiring cache objects to be Serializable:
https://github.com/justinsb/jenkins/commit/a1c68a1156be0dfa1b6c95578cd0675fa50c8fea

I use the cache to store People, using the same memoize-per-build and incremental update approach:
https://github.com/justinsb/jenkins/commit/a0ae671785ae96e1c85274332d54effe80bc875d

So as to avoid behavioural changes, rather than trying to persist the UserInfo object, instead it stores a reference to the build from which the UserInfo should be loaded.  That build still needs to be loaded, but it's only the required builds.  If we could persist the UserInfo safely, we could avoid this as well.



























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-16498) Double redirection to display custom icons

2013-01-27 Thread aherit...@apache.org (JIRA)














































Arnaud Héritier
 created  JENKINS-16498


Double redirection to display custom icons















Issue Type:


Bug



Assignee:


Arnaud Héritier



Components:


custom-job-icon



Created:


27/Jan/13 10:21 PM



Description:


Due to a redirection done by jenkins for actions paths to display an icon we have a redirection like this because the action doesn't end by a slash :

A.B.C.D - - [27/Jan/2013:17:00:24 -0500] "GET /job/int-preprod-deploy-intranet/customIcon?size=16x16 HTTP/1.1" 302 580 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
A.B.C.D - - [27/Jan/2013:17:00:26 -0500] "GET /job/int-preprod-deploy-intranet/customIcon/?size=16x16 HTTP/1.1" 200 692 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"





Environment:


Plugin v0.1 on Jenkins 1.500




Project:


Jenkins



Priority:


Major



Reporter:


Arnaud Héritier

























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-16498) Double redirection to display custom icons

2013-01-27 Thread aherit...@apache.org (JIRA)















































Arnaud Héritier
 closed  JENKINS-16498 as Fixed


Double redirection to display custom icons
















Change By:


Arnaud Héritier
(27/Jan/13 10:24 PM)




Status:


Open
Closed





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-16498) Double redirection to display custom icons

2013-01-27 Thread aherit...@apache.org (JIRA)














































Arnaud Héritier
 reopened  JENKINS-16498


Double redirection to display custom icons
















Change By:


Arnaud Héritier
(27/Jan/13 10:28 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-16498) Double redirection to display custom icons

2013-01-27 Thread aherit...@apache.org (JIRA)














































Arnaud Héritier
 commented on  JENKINS-16498


Double redirection to display custom icons















Will be fixed in 0.3



























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-16498) Double redirection to display custom icons

2013-01-27 Thread aherit...@apache.org (JIRA)














































Arnaud Héritier
 updated  JENKINS-16498


Double redirection to display custom icons
















Change By:


Arnaud Héritier
(27/Jan/13 10:28 PM)




Environment:


Pluginv0.
1
2
onJenkins1.500



























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







-- 




[JIRA] (JENKINS-16498) Double redirection to display custom icons

2013-01-27 Thread aherit...@apache.org (JIRA)















































Arnaud Héritier
 resolved  JENKINS-16498 as Fixed


Double redirection to display custom icons
















Change By:


Arnaud Héritier
(27/Jan/13 10:29 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-8927) Create a view from the XML API

2013-01-27 Thread nul...@nullin.com (JIRA)














































Nalin Makar
 commented on  JENKINS-8927


Create a view from the XML API















another option:

java -jar jenkins-cli.jar -s jenkins_url groovy createView.groovy --username user --password passwd

where createView.groovy contains

hudson.model.Hudson.instance.addView(new hudson.model.ListView("ViewX"))



























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, send email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-16499) When copying job configuration, Jenkins throws NullPointerException

2013-01-27 Thread tangthe...@gmail.com (JIRA)














































Pei-Tang Huang
 created  JENKINS-16499


When copying job configuration, Jenkins throws NullPointerException















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


core



Created:


28/Jan/13 3:29 AM



Description:


This wouldn't happen on Jenkins 1.498:


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.MetaClass$6.doDispatch(MetaClass.java:241)
	...
Caused by: java.lang.NullPointerException
	at java.util.Vector.addAll(Unknown Source)
	at hudson.model.AbstractProject.getActions(AbstractProject.java:1110)
	at hudson.model.Actionable.getActions(Actionable.java:88)
	at hudson.plugins.jobConfigHistory.JobConfigHistoryActionFactory.createFor(JobConfigHistoryActionFactory.java:30)
	at hudson.model.AbstractProject.createTransientActions(AbstractProject.java:698)
	at hudson.maven.AbstractMavenProject.createTransientActions(AbstractMavenProject.java:177)
	at hudson.maven.MavenModuleSet.createTransientActions(MavenModuleSet.java:448)
	at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:688)
	at hudson.maven.MavenModuleSet.updateTransientActions(MavenModuleSet.java:444)
	at hudson.model.AbstractProject.save(AbstractProject.java:266)
	at hudson.model.Job.onLoad(Job.java:192)
	at hudson.model.AbstractProject.onLoad(AbstractProject.java:278)
	at hudson.maven.MavenModuleSet.onLoad(MavenModuleSet.java:746)
	at hudson.model.Items.load(Items.java:221)
	at hudson.model.ItemGroupMixIn.copy(ItemGroupMixIn.java:208)
	at hudson.model.ItemGroupMixIn.createTopLevelItem(ItemGroupMixIn.java:164)
	at jenkins.model.Jenkins.doCreateItem(Jenkins.java:2857)
	at jenkins.model.Jenkins.doCreateItem(Jenkins.java:308)
	at hudson.model.ListView.doCreateItem(ListView.java:208)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	... 62 more





Environment:


Jenkins 1.500




Project:


Jenkins



Priority:


Major



Reporter:


Pei-Tang Huang

























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, send email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-16499) NPE new job by copy existing job

2013-01-27 Thread tangthe...@gmail.com (JIRA)














































Pei-Tang Huang
 updated  JENKINS-16499


NPE new job by copy existing job
















Change By:


Pei-Tang Huang
(28/Jan/13 3:34 AM)




Summary:


Whencopying
NPEnew
job
configuration,JenkinsthrowsNullPointerException
bycopyexistingjob



























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







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




[JIRA] (JENKINS-16499) NPE when new job by copy from existing one

2013-01-27 Thread tangthe...@gmail.com (JIRA)














































Pei-Tang Huang
 updated  JENKINS-16499


NPE when new job by copy from existing one
















Change By:


Pei-Tang Huang
(28/Jan/13 3:34 AM)




Summary:


NPE
when
newjobbycopy
from
existing
job
one



























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







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




[JIRA] (JENKINS-16500) Restrict where this project can be run error

2013-01-27 Thread m...@163.com (JIRA)














































ping he
 created  JENKINS-16500


Restrict where this project can be run error















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


noutf-8.jpg



Components:


core



Created:


28/Jan/13 3:36 AM



Description:


 Do not support the Chinese label.

Invalid boolean _expression_: unexpected char: 0x5206
line 1:1: unexpected char: 0x5206
	at hudson.model.labels.LabelExpressionLexer.nextToken(LabelExpressionLexer.java:127)
	at antlr.TokenBuffer.fill(TokenBuffer.java:69)
	at antlr.TokenBuffer.LA(TokenBuffer.java:80)
	at antlr.LLkParser.LA(LLkParser.java:52)
	at hudson.model.labels.LabelExpressionParser.term5(LabelExpressionParser.java:159)
	at hudson.model.labels.LabelExpressionParser.term4(LabelExpressionParser.java:136)
	at hudson.model.labels.LabelExpressionParser.term3(LabelExpressionParser.java:113)
	at hudson.model.labels.LabelExpressionParser.term2(LabelExpressionParser.java:83)
	at hudson.model.labels.LabelExpressionParser.term1(LabelExpressionParser.java:60)
	at hudson.model.labels.LabelExpressionParser.expr(LabelExpressionParser.java:50)
	at hudson.model.Label.parseExpression(Label.java:509)
	at hudson.model.AbstractProject$AbstractProjectDescriptor.doCheckAssignedLabelString(AbstractProject.java:2053)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	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:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	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:573)
	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.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 

[JIRA] (JENKINS-16497) Builds with surefire on Windows OS prevent deletion of files with output from tests.

2013-01-27 Thread m...@dshare.de (JIRA)














































Marc-Olaf Jaschke
 updated  JENKINS-16497


Builds with surefire on Windows OS prevent deletion of files with output from tests.
















Change By:


Marc-Olaf Jaschke
(28/Jan/13 6:12 AM)




Description:


BuildswithsurefireonWindowsOSpreventdeletionoffileswithoutputfromtests.Thesefilesarecreatedwhen[maven.test.redirectTestOutputToFile|http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile]isactivated.Thereisaknownproblemwithmemorymappedioonwindowsos:[...]Windowsdoesnotallowamappedfiletobedeleted[...]http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
_hudson
_[hudson
.tasks.junit.
SuiteResult_
SuiteResult|https://github.com/jenkinsci/jenkins/blob/734e7e01306e1696655e619d8902a7e6e98b4315/core/src/main/java/hudson/tasks/junit/SuiteResult.java]_
usesmemorymappediotoreadtheredirectedtestoutput.Ihaveattachedapatch([^noMemoryMappedIoForWindows-V2.patch]),thatreactivatesanolderimplementationwithoutmemorymappedioonwindowsos.Memorymappediowasintroducedwith_fe934aac007a20c43e803de61ef8b6cf28c4434f_.



























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, send email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-16499) NPE when new job by copy from existing one

2013-01-27 Thread tangthe...@gmail.com (JIRA)














































Pei-Tang Huang
 commented on  JENKINS-16499


NPE when new job by copy from existing one















This problem happens on a clean 1.500 install too, steps to produce:

	Start the clean Jenkins installation
	New maven project, named "test", OK and then OK
	New job named "npe", select copy existing Job from "test"





























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







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




[JIRA] (JENKINS-14755) Mail address resolution can take a significant amount of time

2013-01-27 Thread slide.o....@gmail.com (JIRA)














































Slide-O-Mix
 commented on  JENKINS-14755


Mail address resolution can take a significant amount of time















This should be resolved by the move to remove the mail address resolution pieces from various plugins into plugins. This will allow you to enable/disable specific mail address resolution mechanisms by installing/uninstalling plugins.



























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







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




[JIRA] (JENKINS-7358) Better way to configure users to nofify after a build

2013-01-27 Thread slide.o....@gmail.com (JIRA)















































Slide-O-Mix
 resolved  JENKINS-7358 as Wont Fix


Better way to configure users to nofify after a build
















Change By:


Slide-O-Mix
(28/Jan/13 7:08 AM)




Status:


Open
Resolved





Resolution:


WontFix



























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







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




[JIRA] (JENKINS-16451) Clean workspace plugin chmods the top-level directory to complete crap

2013-01-27 Thread pukhal...@bpc.ru (JIRA)















































Yury Pukhalsky
 assigned  JENKINS-16451 to vjuranek



Clean workspace plugin chmods the top-level directory to complete crap
















Change By:


Yury Pukhalsky
(28/Jan/13 7:35 AM)




Assignee:


vjuranek



























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, send email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-15107) Cannot parse form data (jenkins asks this to be reported)

2013-01-27 Thread pukhal...@bpc.ru (JIRA)















































Yury Pukhalsky
 assigned  JENKINS-15107 to Kohsuke Kawaguchi



Cannot parse form data (jenkins asks this to be reported)
















Change By:


Yury Pukhalsky
(28/Jan/13 7:36 AM)




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/groups/opt_out.




[JIRA] (JENKINS-14811) Lessen restrictions on names

2013-01-27 Thread pukhal...@bpc.ru (JIRA)















































Yury Pukhalsky
 assigned  JENKINS-14811 to Kohsuke Kawaguchi



Lessen restrictions on names
















Change By:


Yury Pukhalsky
(28/Jan/13 7:37 AM)




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, send email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-16463) OpenID plugin does not work when Jenkins run behind apache2 + SSL

2013-01-27 Thread pardeep.cha...@hcentive.com (JIRA)














































Pardeep Chahal
 updated  JENKINS-16463


OpenID plugin does not work when Jenkins run behind apache2 + SSL
















Change By:


Pardeep Chahal
(28/Jan/13 7:47 AM)




Fix Version/s:


current





Description:


JenkinsrunsfinestandalonewithopenIDassecurityrealmbutJenkinsstartsgivingissueswhenitrunsbehindapache2(ssl)andopenIDisenabled.InsteadofgoingtoapacheURLitredirectstoJenkinsoriginalURLandfailedtolaunch.forexamplewhenJenkinsrunsbehindproxyitredirectstohttps://build.xyx/jenkinsbutwhenopenIDisenableditgoestohttp://ip_address:8080/jenkinsandfailedtolaunch.WhenItrytouseopenIDSSOassecurityrealminJenkinsanduseproviderurlas-https://www.google.com/accounts/o8/id,IgetbelowerrorwhilelaunchingJenkins-http://IP:8080/jenkins/securityRealm/finishLogin?openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0openid.mode=id_resopenid.op_endpoint=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fudopenid.response_nonce=2013-01-25T05%3A27%3A23ZHqUBL2t2TULPjQopenid.return_to=http%3A%2F%2FIP%3A8080%2Fjenkins%2FsecurityRealm%2FfinishLoginopenid.assoc_handle=AMlYA9Wdp9pT9NLHLYeMhEF0KYu4mQW5lFaniafOkn6leUUrn8_X_k8LsDfJuw16gU_tX2Zyopenid.signed=op_endpoint%2Cclaimed_id%2Cidentity%2Creturn_to%2Cresponse_nonce%2Cassoc_handle%2Cns.ext1%2Cext1.mode%2Cext1.type.email%2Cext1.value.email%2Cext1.type.firstName%2Cext1.value.firstName%2Cext1.type.lastName%2Cext1.value.lastNameopenid.sig=5KqqDrmYfcWCw8%2B92YcMH9t48qSrs3hqt%2BYhIbVUkhU%3Dopenid.identity=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawmqs8g_JhXH7jDfZbzyHlaKbglun-1_grQopenid.claimed_id=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawmqs8g_JhXH7jDfZbzyHlaKbglun-1_grQopenid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0openid.ext1.mode=fetch_responseopenid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femailopenid.ext1.value.email=pardeep.chahal%40hcentive.comopenid.ext1.type.firstName=http%3A%2F%2Faxschema.org%2FnamePerson%2Ffirstopenid.ext1.value.firstName=Pardeepopenid.ext1.type.lastName=http%3A%2F%2Faxschema.org%2FnamePerson%2Flastopenid.ext1.value.lastName=ChahalIhaveinstalled1.480.2versionofjenkinsOrginialURLofJenkins-http://hostIP:8080/jenkinsWhenaccessviaapache-https://dns_name/jenkinsExaminingthecodeofopenIDsession.java,itlookslikethereceivingURLisbeingpulledfromthedeployedandnotfromtheurlwhichwassent.Changing(StringreceivingURL=Hudson.getInstance().getRootUrl()+this.finishUrl;)wouldlikelysolvetheproblem.
ItworkedfineafterImentionedmycompanydomainname


LetmeknowiffurtherdetailsarerequiredPleasesuggesthowtoovercomethisissue.



























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







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




[JIRA] (JENKINS-16463) OpenID plugin does not work when Jenkins run behind apache2 + SSL

2013-01-27 Thread pardeep.cha...@hcentive.com (JIRA)














































Pardeep Chahal
 commented on  JENKINS-16463


OpenID plugin does not work when Jenkins run behind apache2 + SSL















Working fine now. But I got new requirement.
All logged in users should have read only permissions and few selected users can have jab-creater access.

Now all users from google apps can login but I need to provide them read only permission which is not a good idea.

Is it possible that all loggged in users will have read only permission by default?



























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, send email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.