- Feb 10, 2011
-
-
Olivier Lamy authored
[JENKINS-8651] Maven deployment with uniqueVersion == true creating "new" versions for attached artifacts
-
- Feb 05, 2011
-
-
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.
-
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.
-
-
- Feb 03, 2011
-
-
Jesse Farinacci authored
-
alanharder authored
to match 2 other methods in this file (instead of hardcoded hudson.war.bak)
-
alanharder authored
-
Jerome Lacoste authored
JENKINS-8658 depend on latest executable-war. This is where the fix should be. Note: of course one should release that dependency into a stable version
-
Jerome Lacoste authored
-
Jerome Lacoste authored
JENKINS-8658 let getHomeDir gather information about where it finds its location. Useful for troubleshooting.
-
Brad Trimby authored
-
- Feb 02, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
ProxyOutputStream was not thread safe even though it often gets used by multiple threads, for example when you launch a remote process with the same stdout/stderr.
-
Kohsuke Kawaguchi authored
-
Manolo Carrasco authored
Add Spanish missing keys. Update Spanish internationalized values to have the word Jenkins instead of Hudson. Changes in translation tool to advise when a file have the Hudson word
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 01, 2011
-
-
Kohsuke Kawaguchi authored
-