- Mar 26, 2014
-
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Larry Shatzer, Jr authored
(cherry picked from commit 20651de1)
-
Larry Shatzer, Jr authored
[FIXED JENKINS-22347] Allow JDK8 to be downloaded. Left in other cookie for backwards compatability. (cherry picked from commit e60b355c)
-
Jesse Glick authored
-
Jesse Glick authored
UI elements should explicitly ask for .fullDisplayName.
-
Harald Albers authored
-
Oliver Gondža authored
Revert "list-jobs should print names, not display names, since people expect to be able to feed the results into other CLI commands." This reverts commit aaa50018.
-
Oliver Gondža authored
Revert "list-jobs should print names, not display names, since people expect to be able to feed the results into other CLI commands." This reverts commit aaa50018.
-
Larry Shatzer, Jr authored
-
Kohsuke Kawaguchi authored
Allow JDK8 to be downloaded. Left in other cookie for backwards compatab...
-
Larry Shatzer, Jr authored
-
Larry Shatzer, Jr authored
-
- Mar 25, 2014
-
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Kohsuke Kawaguchi authored
This is just a locally patched version, so not meant to be used outside core.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 24, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-22326] Calling into foreign code from a toString method, like Queue.Item.getWhy → QueueTaskDispatcher, is unsafe.
-
Jesse Glick authored
java.lang.NullPointerException at hudson.model.Job.getBuildDir(Job.java:790) at hudson.model.Run.getRootDir(Run.java:993) at hudson.model.Run.getLogFile(Run.java:1306) at hudson.model.Run.execute(Run.java:1664) at hudson.maven.MavenBuild.access$900(MavenBuild.java:94) at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:636) at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:106) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:523) at hudson.model.Run.execute(Run.java:1688) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231) java.lang.NullPointerException at hudson.model.BuildStepListener.all(BuildStepListener.java:31) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:739) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:714) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1054) at hudson.model.Run.execute(Run.java:1733) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231)
-
Jesse Glick authored
From a random failure of BuildTriggerTest.testMavenBuildTrigger: java.lang.AssertionError at hudson.model.Run.setResult(Run.java:425) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:722) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1054) at hudson.model.Run.execute(Run.java:1733) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231)
-
Jesse Glick authored
Since downloading tool metadata seems inessential for the test, leaving it disabled as is the default. 503 Service Unavailable for http://mirrors.jenkins-ci.org/updates/updates/hudson.tasks.Ant.AntInstaller.json?id=hudson.tasks.Ant.AntInstaller&version=1.557-SNAPSHOT%2520(private-03%252F24%252F2014%252014%253A15%2520GMT-jenkins)
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-19976] Merged #1054: fix class loading from dynamically installed optional dependencies.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 23, 2014
-
-
Harald Albers authored
-
Harald Albers authored
-
- Mar 22, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-19544] When OldDataMonitor is reported a Run, just remember the ID rather than holding a strong reference.
-
Jesse Glick authored
[JENKINS-19544] Whether or not we manage to save an object with old data, be sure to remove it from the list, and continue with other objects. Otherwise a bug like JENKINS-20950 can prevent *anything* from being saved, and holds references to all the old data.
-
- Mar 21, 2014
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
Integrated the new version of XStream that contains the fix.
-
Jesse Glick authored
-
- Mar 20, 2014
-
-
Kohsuke Kawaguchi authored
Protect the common thread pool against poorly written tasks that do not restore original context classloader. Reference: RM-2329 in CloudBees
-
Jesse Glick authored
-