- Dec 03, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 02, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 01, 2013
-
-
Oliver Gondža authored
Fix javadoc warnings in Run.java
-
- Nov 30, 2013
-
-
Mark Waite authored
ProcessTree was referenced without being imported. Added the import. ArtifactManager.load() method was referenced but doesn't exist.
-
- Nov 28, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
- Nov 26, 2013
-
-
Kohsuke Kawaguchi authored
The size is in wchar_t, not in bytes
-
- Nov 25, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Oliver Gondža authored
-
Oliver Gondža authored
added ability to get remote disk sizes
-
Oliver Gondža authored
fixed "Console Output " localization for Chinese(zh_CN)
-
Oliver Gondža authored
-
Oliver Gondža authored
[DONE] [FIXED JENKINS-5622] Allow build queue list to be collapsed
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-20744] Don't hold off building jobs copied from CLI
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Daniel Beck authored
-
- Nov 23, 2013
-
-
qxo authored
-
- Nov 22, 2013
-
-
Bruno Kühnen Meneguello authored
-
Jesse Glick authored
createProjectFromXML is not supposed to be called for a project which already exists, but failed to enforce this.
-
- Nov 21, 2013
-
-
Oliver Gondža authored
Fix mismatched brackets in Norwegian translation
-
Tollef Fog Heen authored
-
Jesse Glick authored
-
- Nov 20, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Merge branch 'fork_fix-nas-exception2' of github.com:marco-miller/jenkins into marco-miller-fork_fix-nas-exception2
-
Jesse Glick authored
Defense against an exception consistently thrown when running functional tests against 1.532.1 (but not 1.540, for whatever reason): … hudson.PluginWrapper stop WARNING: Failed to shut down … java.lang.NullPointerException at jenkins.model.Jenkins.lookup(Jenkins.java:3898) at hudson.PluginWrapper.getPlugin(PluginWrapper.java:287) at hudson.PluginWrapper.stop(PluginWrapper.java:377) at hudson.PluginManager.stop(PluginManager.java:650) at org.jvnet.hudson.test.TestPluginManager.reallyStop(TestPluginManager.java:129) at org.jvnet.hudson.test.TestPluginManager.access$000(TestPluginManager.java:55) at org.jvnet.hudson.test.TestPluginManager$1.run(TestPluginManager.java:140)
-
Jesse Glick authored
In this case, someone tried to add an element to a persisted list, and it was added in memory but the configuration could not be saved. Unclear whether that should even be treated as an error condition (the write failure might be transient, and a subsequent write would store the addition), but if it should be then we should throw a simple runtime exception.
-
Harald Albers authored
Cleanup of Russian translation ...
-
Kohsuke Kawaguchi authored
Added a patched version of jzlib from https://github.com/kohsuke/jzlib/tree/jzlib-1.1.3-kohsuke-1 to better understand the deflate problem.
-
- Nov 19, 2013
-
-
Jesse Glick authored
java.lang.NullPointerException at hudson.model.queue.FutureImpl.cancel(FutureImpl.java:78) at com.tikal.jenkins.plugins.multijob.MultiJobBuilder.perform(MultiJobBuilder.java:156) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:781) at hudson.model.Build$BuildExecution.build(Build.java:199) at hudson.model.Build$BuildExecution.doRun(Build.java:160) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562) at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:70) at hudson.model.Run.execute(Run.java:1665) at hudson.model.Run.run(Run.java:1612) at com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:63) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:230)
-