- May 27, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 24, 2014
-
-
Jesse Glick authored
Helpful to show the user ID in the same place as the API token, since you will be using them together. (With a security realm where the ID is an email address but a short name is used elsewhere, people can get confused.)
-
Jesse Glick authored
-
Jesse Glick authored
-
Daniel Beck authored
-
Daniel Beck authored
[FIX JENKINS-22685] Jenkins cannot restart Windows service
-
gmjck authored
[FIXED JENKINS-22685] - Update WindowsLifeCycle.java to call restart! to properly restart the service. Using "restart!" instead of "restart" performs the restart in a separate process, so the service wrapper doesn't kill itself.
-
- May 23, 2014
-
-
R. Tyler Croy authored
-
Harald Albers authored
-
Jesse Glick authored
-
- May 22, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Oliver Gondža authored
Move invalid body ID to body class and data
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-22967] Introduce directly modifiable views
-
- May 21, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Kanstantsin Shautsou authored
-
Kyle A. Matheny authored
IDs cannot contain spaces. Instead, let's move jenkins-${h.version} to the `class` attribute, which is space delimited. This way it can still be used for styling if needed (using `body.jenkins-x.y`). If this is not used for anything other than knowing which version of Jenkins is running, use `<body id="jenkins" class="yui-skin-sam" data-version="jenkins-${h.version}">` -- IDs and Classes should not be used to store data.
-
Oliver Gondža authored
-
- May 20, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
[FIXED JENKINS-12753] Added PluginStrategy.getShortName to avoid actually trying to unpack a plugin before throwing RestartRequiredException.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Vojtech Juranek authored
See PR #1233 and discussion therein. (cherry picked from commit b8c3f61c)
-
- May 19, 2014
-
-
Jesse Glick authored
=== Starting buildShellScriptOnSlave(org.jenkinsci.plugins.workflow.job.WorkflowTest) .. hudson.slaves.CommandLauncher launch INFO: slave agent launched for slave0 Exception in thread "Executor #0 for slave0 : executing org.jenkinsci.plugins.workflow.support.steps.ExecutorStep$PlaceholderTask$PlaceholderExecutable@c455a14" java.lang.IllegalStateException: Trying to remove unknown computer at hudson.model.AbstractCIBase.removeComputer(AbstractCIBase.java:149) at hudson.model.Computer.removeExecutor(Computer.java:837) at hudson.model.Executor.run(Executor.java:263)
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
[JENKINS-14979] Add actual URL redirected to to log output
-