- Mar 28, 2016
-
-
Daniel Beck authored
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 26, 2016
-
-
Jesse Glick authored
Be quiet
-
- Mar 25, 2016
-
-
Jesse Glick authored
-
Daniel Beck authored
[JENKINS-33546] [JENKINS-33605] Back to Stapler 1.239
-
- Mar 24, 2016
-
-
James Nord authored
Add the .mvn directory and set default Xmx value
-
Oleg Nenashev authored
Fix typo in hudson/tools/label.jelly
-
Oleg Nenashev authored
-
Baptiste Mathus authored
Using the new feature introduced in Maven 3.3.1. See https://maven.apache.org/docs/3.3.1/release-notes.html#JVM_and_Command_Line_Options for more details. Possibly a long term better solution/first encounter for newcomers. When people can't build Jenkins because of wrong default memory settings. Like https://goo.gl/Co9kye The "Xmx800m" was chosen after looking at last successful ci.j.o builds. Max memory displayed by Maven being ~730MB. So putting 800 to leave the build some room so that the GC has less chance to have to chime in too often.
-
Robert Sandell authored
Make Fingerprint's XSTREAM field public
-
Daniel Beck authored
[FIX WEBSITE-147] Make changelog ratings work on jenkins.io
-
R. Tyler Croy authored
[FIX WEBSITE-147]
-
- Mar 23, 2016
-
-
Robert Sandell authored
-
Robert Sandell authored
-
Robert Sandell authored
Some plugins needs to register compatibility alias etc for their FingerprintFacets.
-
- Mar 22, 2016
-
-
James Nord authored
[FIXED JENKINS-33693] Do not hardcode .bat extension.
-
Daniel Beck authored
This reverts commit 0d0d2a9c.
-
Daniel Beck authored
-
Daniel Beck authored
-
- Mar 21, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-33681] Plugin filters were failing to be removed and blocking restart
-
Jesse Glick authored
[JENKINS-33467] Clarifying that CauseAction.getCauses is immutable
-
James Nord authored
As the default maven command is on the path we can not hard code the command to mvn.bat as since maven 3.something it has been mvn.cmd As this is on the path we can just use mvn and let Windows do its thing with PATHEXT which will has both .BAT and .CMD by default. This fixes ATH failures when the ATH is run on windows.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Stephen Connolly authored
-
Jesse Glick authored
[INFRA-588] Upgrade + Remove inherited values
-
- Mar 20, 2016
-
-
Baptiste Mathus authored
See https://github.com/jenkinsci/pom/commit/4518f1577489d7a7fd91c0213ab708defb77a67f effective-pom diff between & after this change: $ diff before.xml after.xml 7c7 < <version>1.35</version> --- > <version>1.36</version> 85c85 < <url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url> --- > <url>https://repo.jenkins-ci.org/releases/</url> 89c89 < <url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url> --- > <url>https://repo.jenkins-ci.org/snapshots/</url>
-
- Mar 18, 2016
-
-
Oliver Gondža authored
Add a title for the confusing 'Use browser' option
-
Jesse Glick authored
Set a smaller font on metadata in log
-
- Mar 17, 2016
-
-
Jesse Glick authored
-
Oleg Nenashev authored
[FIXED JENKINS-33395] install an uncaught exception handler
-
- Mar 16, 2016
-
-
Daniel Beck authored
[FIXED JENKINS-32831] do not fail if there are no metadata for tool installers
-
Daniel Beck authored
[JENKINS-18032] Fix Delete Project from context menu when using CSRF defense
-
Daniel Beck authored
-
Jesse Glick authored
-