- Mar 24, 2016
-
-
R. Tyler Croy authored
[FIX WEBSITE-147]
-
- Mar 22, 2016
-
-
James Nord authored
[FIXED JENKINS-33693] Do not hardcode .bat extension.
-
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
-
Jesse Glick authored
-
Jesse Glick authored
PermissionScope clarifications
-
Jesse Glick authored
[JENKINS-33467] Clarifying that CauseAction.getCauses is immutable and you should construct the action with the causes you want.
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-33037] Fixed malformed ranges in RangeSet.fromString()
-
Oliver Gondža authored
[FIXED JENKINS-33038] correctly set executor in FutureImpl
-
Oliver Gondža authored
Fix proxy server name documentation (#2060)
-
Oliver Gondža authored
[FIXED JENKINS-32134]: Improved the Build Other Projects help message for p…
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-33453] Improve logging and error message when JNLP is already in use
-
Oliver Gondža authored
[JENKINS-31847] CLI command clear-queue extracted from core to CLI
-
Damian Szczepanik authored
Remove mention of http.proxyHost property
-
Damian Szczepanik authored
Issue #2060
-
- Mar 15, 2016
-
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-21484]
-
Kohsuke Kawaguchi authored
Don't require ancient .NET 2.0 runtime. .NET 4.0 can host this executable, too. See https://github.com/kohsuke/winsw#net-runtime-40
-
- Mar 14, 2016
-
-
Daniel Beck authored
[JENKINS-32684] Improved test coverage of CLI command 'console'
-
Daniel Beck authored
[JENKINS-32978] updated windows-package-checker to 1.2 to avoid compile time warnings
-