- Mar 06, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-17087] getSortedDescriptorsForGlobalConfigUnclassified needed to avoid clobbering GlobalCrumbIssuerConfiguration in Jenkins.doConfigSubmit.
-
Jesse Glick authored
-
Jesse Glick authored
(Ah, the joys of dynamic typing!)
-
Jesse Glick authored
-
Jesse Glick authored
-
Simon Wiest authored
-
- Mar 05, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Mar 4, 2013 10:55:46 PM hudson.UDPBroadcastThread run WARNING: UDP handling problem java.io.IOException: Operation not permitted at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:625) at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:98) → java.net.SocketTimeoutException: Receive timed out at java.net.PlainDatagramSocketImpl.receive0(Native Method) at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:145) at java.net.DatagramSocket.receive(DatagramSocket.java:725) at hudson.UDPBroadcastThreadTest.receiveAndVerify(UDPBroadcastThreadTest.java:70) at hudson.UDPBroadcastThreadTest.testMulticast(UDPBroadcastThreadTest.java:51)
-
Christoph Kutzinski authored
-
Jesse Glick authored
-
olivier lamy authored
-
- Mar 04, 2013
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Conflicts: plugins/pom.xml
-
- Mar 03, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Olivier Lamy authored
French translation for global security Thanks
-
evernat authored
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
convenience method to retrieve upstream Run
-
Christoph Kutzinski authored
Repetitive http 404 Not Found on some breadcrumbs without a contextmenu
-
Christoph Kutzinski authored
-
- Mar 02, 2013
-
-
Kohsuke Kawaguchi authored
Disable authenticode verification on jenkins.exe and jenkins-slave.exe by generating a proper application configuration file. See: http://msdn.microsoft.com/en-us/library/cc656914.aspx See: http://msdn.microsoft.com/en-us/library/bb629393.aspx See: http://support.microsoft.com/kb/936707
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
[FIXED JENKINS-13502] Fix dependency graph computation when upstream build trigger is involved
-
- Mar 01, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-17025] NPE when checking if the executor is interrupted
-
Joel Johnson authored
29426012 introduced an NPE. If a project implements Queue.FlyweightTask, build.getExecutor() returns null. This prevents any flyweight build from finishing successfully.
-
Olivier Lamy authored
[JENKINS-17016] Fix Spanish translations Thanks
-
Galo Navarro authored
Correct Spanish grammar and orthography in various Spanish translation files.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
The compiler used to compile src/test/java/**/*.groovy seems to produce a reference to org.codehaus.groovy.transform.powerassert.ValueRecorder, while our Groovy runtime appears to contain org.codehaus.groovy.runtime.powerassert.ValueRecorder. I suppose the proper fix is to somehow run Groovy 1.8 compiler, but this fix adds the necessary code to the classpath.
-
Kohsuke Kawaguchi authored
Added backward compatible data loader and a corresponding test case.
-
Kohsuke Kawaguchi authored
HyperlinkNote shouldn't emit the absolute URL.
-
Kohsuke Kawaguchi authored
This change is originally from pull request #682.
-
Pei-Tang Huang authored
-
Vojtech Juranek authored
-