- Jun 08, 2013
-
-
Kohsuke Kawaguchi authored
- integrated the newer release of remoting - jar caching won't work with class file directory, so plugin WEB-INF/classes are now exploded as WEB-INF/lib/classes.jar (This should also solve the problem of slow plugin extraction in the presene of Anti-virus software on Windows.) - because the structure of the exploded jar file has changed, I changed the up-to-date check timestamp file name to force re-extraction in existing installations.
-
- Jun 07, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This came from Alpha CSP guys during JUC Israel. The remote API needs to expose a better way of tracking a submitted task.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This came up with a conversation with JFrog folks who neede to insert a custom Plexus component to tweak the behaviour. This scheme allows the caller to insert additional jar files into the Maven process.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 06, 2013
-
-
Jesse Glick authored
Search bar improvements
-
ddavison authored
Reverting to head for layout.jelly, and adding the default `has-default-text` back into the search box
-
ddavison authored
-
ddavison authored
Taking out the `defaulted` js logic with the search-box, and embracing CSS3's 'placeholder' attribute. Prettying up the search box
-
Jesse Glick authored
-
Jesse Glick authored
offer better pronouns for common job types
-
Nicolas De Loof authored
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-17125] FingerprintAction no longer need persist the build field thanks to new RunAction2.
-
- Jun 05, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-15587] Do not issue a warning about unparsable build timestamps if it is just a number, i.e. failed symlink.
-
- Jun 04, 2013
-
-
Jesse Glick authored
Not really solving anything here—there is no plausible implementation that could run under these circumstances— but at least reporting the problem more clearly.
-
Jesse Glick authored
-
- Jun 03, 2013
-
-
Jesse Glick authored
[JENKINS-16276] and various fixes for related exceptions
-
Kohsuke Kawaguchi authored
Otherwise it might try to access a Descriptor that's not yet registered.
-
Sascha Peilicke authored
Happens when build has no parent: 15:06:14 FATAL: null 15:06:14 java.lang.NullPointerException 15:06:14 at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:371) 15:06:14 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580) 15:06:14 at hudson.model.Run.execute(Run.java:1575) 15:06:14 at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304) 15:06:14 at hudson.model.ResourceController.execute(ResourceController.java:88) 15:06:14 at hudson.model.Executor.run(Executor.java:237) 15:06:14 at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-