- May 13, 2016
-
-
Vincent Latombe authored
-
Vincent Latombe authored
-
Oliver Gondža authored
[JENKINS-31618] Fixed NoSuchMethodException in loginLink.jelly
-
Oleg Nenashev authored
-
Jesse Glick authored
-
Ing. Pavel Janousek authored
-
Jesse Glick authored
BuildProcess: Update animal-sniffer-maven-plugin from 1.9 to 1.15.
-
- May 12, 2016
-
-
Carlos Rendon authored
[JENKINS-34767] - Prevent RSS ID collisions for items with same name in different folders
-
Felix Belzunce Arcos authored
* [JENKINS-25164] Add SHORT_JOB_NAME env var * Delete strip off * [JENKINS-25164] Change SHORT_JOB_NAME for LEAF_JOB_NAME * [JENKINS-25164] Change LEAF_JOB_NAME for JOB_BASE_NAME
-
Ing. Pavel Janousek authored
-
Oleg Nenashev authored
Diff: https://github.com/jenkinsci/lib-annotation-indexer/compare/e90dade9a07b04b64ac1b08d539d30ad69ddf7a8...2eec43c72b3cd040d2057e6bbbf639f5e030453e Major changes: * 1.11 - [JENKINS-32978] support latest source version to avoid compile time warnings with JDK7 * 1.10 - Get ready for JDK 9 * 1.10 - Be tolerant against line separators on different operating systems * 1.9 - Support of third-party annotations * 1.8 - Annotation processor can be intercepted
-
Oleg Nenashev authored
-
Ing. Pavel Janousek authored
-
Ing. Pavel Janousek authored
-
Ing. Pavel Janousek authored
-
Ing. Pavel Janousek authored
The logic is moved from template back to Java and modified to fix the issue. The argorithm is rewritten for better legibility.
-
Oleg Nenashev authored
-
Oliver Gondža authored
[JENKINS-32777] Cover 'delete-builds' CLI by tests
-
Oleg Nenashev authored
-
- May 11, 2016
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Ing. Pavel Janousek authored
-
Ing. Pavel Janousek authored
Slighty optimized and better legible asserts
-
Ing. Pavel Janousek authored
-
Oleg Nenashev authored
[JENKINS-34710] - PluginWrapper should not throw IOException if somebody enables the enabled plugin (#2327)
-
Alex Earl authored
* Remove CVS historical code - JENKINS-4610 * Fix whitespace issue
-
Pavel Janousek authored
reload-configuration covered by test-cases
-
pagio81 authored
More details: https://issues.jboss.org/browse/WFLY-4782
-
Baptiste Mathus authored
-
- May 10, 2016
-
-
Oliver Gondža authored
-
Oleg Nenashev authored
[JENKINS-34674,JENKINS-34675] - Handling of the default update site ID
-
Baptiste Mathus authored
As detailed by @stephenc: > So there is `getInstanceOrNull()` which is for use in Jenkins core or > in code that plugins add that may escape the Jenkins singleton > lifecycle. > > In regular plugins `getInstance()` will never return null as the > lifecycle does not instantiate them until after there is a Jenkins > singleton and the plugins will be stopped before there is no > singleton. > > The `getActiveInstance()` is therefore equivalent to `getInstance()` > and should never have been born. > > The only way a plugin can get a `null` from `Jenkins.getInstance()` is > if you install an `atExit()` handler, use a `PhantomReference` type > thing, or directly manipulate the servlet container in some way or > other. A correctly written plugin should unwind any of those things > when it is stopped or a method bound to the termination lifecycle. If > there are some cases (for which I cannot anticipate a good coder being > able to write a correct termination lifecycle method to fix) where the > code cannot be unhooked... then in those cases the plugin should use > `getInstanceOrNull()` and know how to respond to the `null` that could > not be avoided.
-
- May 09, 2016
-
-
Daniel Beck authored
[JENKINS-34328] CLI command disconnect-node extracted from core to CLI
-
Carlos Sanchez authored
[JENKINS-34683] - Do not print stack trace if plugin is missing dependencies
-
Kanstantsin Shautsou authored
Workflow users may want to catch specific Exceptions without stracktrace in future.
-