- May 04, 2015
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
Update bundled LDAP plugin in order to restore missing help files
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 02, 2015
-
-
Jesse Glick authored
-
- Apr 30, 2015
-
-
Harald Albers authored
In e91782e7 some help files were removed from core because they were moved to LDAP plugin. Unfortunately, these help files are not available in LDAP plugin versions prior to 1.11.
-
Kanstantsin Shautsou authored
- Typo - Print error combined - Set result only when phase like in other code parts. - Test for expected error message in log
-
Kanstantsin Shautsou authored
-
Kanstantsin Shautsou authored
- Print publisher display name instead of class, so user can understand what publisher in UI was used and failed. - Setter for artifact archiver shows how it handle status - Minor typos - Added test for stacktraces in build log
-
Kanstantsin Shautsou authored
-
- Apr 29, 2015
-
-
Kohsuke Kawaguchi authored
Merge pull request #1546
-
Kohsuke Kawaguchi authored
Merge pull request #1605.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-27067] Larger minimum popup menu height
-
Kohsuke Kawaguchi authored
Fix concurrency issues in ConsistentHash
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
Reflecting more code review comments from https://github.com/jenkinsci/jenkins/pull/1679 - Jesse wants to keep the variable pointing to 1.6 - Update executable-war so that it fails gracefully if run with Java6 or earlier. - CI build fails with VerifyError due to a regression in JDK. To support wide range of development environment, just cut off the verifier. - Have enforcer require 1.7 although javac fails in a kinda obvious way.
-
Jesse Glick authored
Given the minefield that is databinding, that seems prudent.
-
Kohsuke Kawaguchi authored
-
Daniel Beck authored
-
Jesse Glick authored
Starting in 4f24a027 (1.587-SNAPSHOT, before #1443 or stapler #39), nestedDescribableOverridingId passes. nestedDescribableSharingClass fails given {stapler-class: D3, kind: d3a}. (Stapler has no way of interpreting kind since it knows nothing of Descriptor, only implementation class names.) In master (3080573a), both fail in the way reported (only kind is passed in). After adding stapler-class back, nestedDescribableOverridingId passes again.
-
Jesse Glick authored
-
Jesse Glick authored
-
- Apr 28, 2015
-
-
Jesse Glick authored
newInstancesFromHeteroList should recover gracefully from the case that both kind and $class are missing.
-
Kohsuke Kawaguchi authored
Define additional ConfidentialStore around RSA key pair
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Add CONTRIBUTING.md file.
-
Kohsuke Kawaguchi authored
As the first step of Java7 migration, ship Java7 class files without requiring Java7 runtime.
-
Stephen Connolly authored
-
Stephen Connolly authored
[FIXED JENKINS-28111] JNLP slave JVM Options are inconsistently applied
-
Stephen Connolly authored
-
- Apr 27, 2015
-
-
Stephen Connolly authored
-
Stephen Connolly authored
[FIXED JENKINS-28115] Division by zero in Executor.getProgress()
-
Stephen Connolly authored
``` WARNING: Caught exception evaluating: executor.progress in /ajaxExecutors. Reason: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException ... at java.lang.Thread.run(Thread.java:744) Caused by: java.lang.ArithmeticException: / by zero at hudson.model.Executor.getProgress(Executor.java:649) ... 154 more ```
-