- Feb 07, 2011
-
-
Jerome Lacoste authored
-
- Feb 05, 2011
-
-
Kohsuke Kawaguchi authored
Looks like I broke this in d88df7ea
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
* JENKINS-4756: minor touch up FIXED JENKINS-4756 the executor number was not always unique. Computer.executors.size() does not provide a unique number within one Computer.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
* JENKINS-8660: fail more gracefully if the header is not provided. JENKINS-8660: loading the build history cause an NPE on the History Widget
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Yes, this is HUDSON-8656 and not JENKINS-8656.
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
* commit 'c628bdd3': First pass at a fix for JENKINS-8592.
-
Kohsuke Kawaguchi authored
(recording the previous commit 9d7d0d75 by Richie Vos)
-
Brian Atkinson authored
The problem is that the sending side has no way of knowing when the receiving side has hung up. So when the receiving side hangs up we should be able to read till the stream runs out, then close. Not the optimal solution, but one that should work for now. http://issues.jenkins-ci.org/browse/JENKINS-8592
-
Brian Atkinson authored
-
Brian Atkinson authored
HUDSON-8401. This grouping of tests targets all Sunday to *another day of week* cron tabs. There are likely other pairs that could be tested, but this seemed to work out most of the bugs.
-
Richie Vos authored
-
Olivier Lamy authored
-
-
Jerome Lacoste authored
After thinking about it, I don't want to deal with hudsonslave here. jenkinsslave should be found anyway, so that code path should not have been triggered. And cleaning up residual services isn't jenkins job. Otherwise both can't coexist.
-
- Feb 04, 2011
-
-
Nathan Parry authored
Persist a user-requested offline status for a slave across restarts. Previously slaves would come back online if the server was restarted while they were marked 'temporarily offline'. I believe this also addresses JENKINS-7934 and JENKINS-7805 which look like duplicates.
-
-
-
alanharder authored
add "since 1.378" in one changelog item
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Eclipse package depends on this <http://packages.ubuntu.com/maverick/eclipse-jdt>, so I'm doing monkey-see-monkey-do.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
ahochsteger asks 'why do we mess with file permissions anyway?' and he's right! I digged the history but couldn't find why we do it. I think we should just set the permissions of the top-level directories, but leave the other file permissions as-is. In addition, - I see no point in touching usr/bin usr/sbin. perhaps C&P mistake from some samples? - Don't touch /var/lib/hudson if .for-jenkins is present, so that people using the hudson user can keep upgrading new versions of jenkins and run it as hudson - /var/run/hudson contains no important information, so no need to bring it over to /var/run/jenkins
-
Kohsuke Kawaguchi authored
Recording the earlier changes and the integration of the new executable-war.
-
Kohsuke Kawaguchi authored
Jerome Lacoste reported that 5c91eb1f fixed JENKINS-7745. So marking it as closed.
-
Janick Reynders authored
FIXED JENKINS-4756 the executor number was not always unique. Computer.executors.size() does not provide a unique number within one Computer.
-
Jerome Lacoste authored
The ManagedWindowsServiceLauncher refers to hudson.exe and hudson-slave.exe while we renamed the artifact to jenkins.exe. Tentative fix, completely untested (no windows box around). Not sure about the service name (jenkinsslave). I added a second check for backward compatibility but I have no idea if it's useful.
-
Jerome Lacoste authored
-
Jerome Lacoste authored
JENKINS-7836 tentative fix for the copy from slave to master issues. The problem looks similar to JENKINS-7745, so we might as well synchronized the ProxyInputStream.
-
Jerome Lacoste authored
loadAllBuildHistory() fails to set the headers field on the replacement buildHistory DOM element. The patch fixes the problem by recreating a headers field. It also: * slightly refactor the loadAllBuildHistory() method for readability * add a FIXME note that the server side history widget should fail if the n parameter is missing. * add a pre-condition check to the buildHistory() update to catch potential bugs (note that the logging is disabled as Yahoo.log doesn't appear available)
-
-
- Feb 03, 2011
-
-
Jesse Farinacci authored
-
alanharder authored
to match 2 other methods in this file (instead of hardcoded hudson.war.bak)
-