Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 78154778c8f84062432900645efc09f77b712479 https://github.com/jenkinsci/jenkins/commit/78154778c8f84062432900645efc09f77b712479 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014)
Changed paths: A core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java A core/src/main/java/jenkins/slaves/restarter/SlaveRestarter.java A core/src/main/java/jenkins/slaves/restarter/UnixSlaveRestarter.java A core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java Log Message: ----------- [JENKINS-19055] Adding extension point so that the master can install code that restarts JNLP slaves. Commit: 14f73760544d1e37ebd95f44708c8a147919a198 https://github.com/jenkinsci/jenkins/commit/14f73760544d1e37ebd95f44708c8a147919a198 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: A core/src/main/resources/jenkins/slaves/systemInfo/Messages_da.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_de.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_es.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_fr.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_ja.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_lt.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_lv.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_nl.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_pt_BR.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_ru.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_sv_SE.properties A core/src/main/resources/jenkins/slaves/systemInfo/Messages_zh_TW.properties Log Message: ----------- Copied from systemInfo messages Commit: 54d88949225bdc46e06a6781ab7a60fbec025299 https://github.com/jenkinsci/jenkins/commit/54d88949225bdc46e06a6781ab7a60fbec025299 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/hudson/slaves/SlaveComputer.java A core/src/main/java/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo.java A core/src/main/java/jenkins/slaves/systemInfo/EnvVarsSlaveInfo.java A core/src/main/java/jenkins/slaves/systemInfo/SlaveSystemInfo.java A core/src/main/java/jenkins/slaves/systemInfo/SystemPropertySlaveInfo.java A core/src/main/java/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo.java R core/src/main/resources/hudson/slaves/SlaveComputer/statistics.groovy M core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo.jelly A core/src/main/resources/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo/systemInfo.groovy A core/src/main/resources/jenkins/slaves/systemInfo/EnvVarsSlaveInfo/systemInfo.jelly A core/src/main/resources/jenkins/slaves/systemInfo/Messages.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_da.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_de.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_es.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_fr.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_ja.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_lt.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_lv.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_nl.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_pt_BR.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_ru.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_sv_SE.properties M core/src/main/resources/jenkins/slaves/systemInfo/Messages_zh_TW.properties A core/src/main/resources/jenkins/slaves/systemInfo/SystemPropertySlaveInfo/systemInfo.jelly A core/src/main/resources/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo/systemInfo.jelly Log Message: ----------- System information of slaves are now extension points. Existing implementations are retrofitted to the new extension point. Commit: 07db9c85048d5072b9adc602c6cf05091b8aafd7 https://github.com/jenkinsci/jenkins/commit/07db9c85048d5072b9adc602c6cf05091b8aafd7 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: ----------- error handling improvement and bug fix Commit: a7b22eb3d095a580cd79aecd82852ad0a3157fed https://github.com/jenkinsci/jenkins/commit/a7b22eb3d095a580cd79aecd82852ad0a3157fed Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/pom.xml M core/src/main/java/jenkins/slaves/systemInfo/ClassLoaderStatisticsSlaveInfo.java M core/src/main/java/jenkins/slaves/systemInfo/EnvVarsSlaveInfo.java M core/src/main/java/jenkins/slaves/systemInfo/SystemPropertySlaveInfo.java M core/src/main/java/jenkins/slaves/systemInfo/ThreadDumpSlaveInfo.java M pom.xml Log Message: ----------- resurrect the original ordering Commit: 88773cb38429ee28b27801a475eb9ac3cbfb2d46 https://github.com/jenkinsci/jenkins/commit/88773cb38429ee28b27801a475eb9ac3cbfb2d46 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java Log Message: ----------- report the output in the same place the rest of the log goes Commit: 62aa9b91b1bc126ec5b5b7196b5b5cfe542fdd2f https://github.com/jenkinsci/jenkins/commit/62aa9b91b1bc126ec5b5b7196b5b5cfe542fdd2f Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: ----------- added temporary diagnostic UI Commit: 0b43abb7b3b0a884cc6fcdb99bf03f882d07b74d https://github.com/jenkinsci/jenkins/commit/0b43abb7b3b0a884cc6fcdb99bf03f882d07b74d Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: ----------- run this asynchronously so that slaves can be used right away Commit: 943d16742b2cddc74fd3cb304e3398e8bb30f6e9 https://github.com/jenkinsci/jenkins/commit/943d16742b2cddc74fd3cb304e3398e8bb30f6e9 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java Log Message: ----------- needs a new command that escapes Windows SCM recursive process killing Commit: c5d54fe9068b6f43700566a9145e790fe8c8c5ca https://github.com/jenkinsci/jenkins/commit/c5d54fe9068b6f43700566a9145e790fe8c8c5ca Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: ----------- better be void Commit: db2acfd5b30fa55ad550258401b086a8d1108fe4 https://github.com/jenkinsci/jenkins/commit/db2acfd5b30fa55ad550258401b086a8d1108fe4 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: ----------- expand the scope of error handling Commit: e877db16ba06c9de9a98153ac185db8cdaf839a9 https://github.com/jenkinsci/jenkins/commit/e877db16ba06c9de9a98153ac185db8cdaf839a9 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/WinswSlaveRestarter.java Log Message: ----------- explaining where winsw comes from Commit: aeeed878b1d000847a979c20d4ad290b67e49078 https://github.com/jenkinsci/jenkins/commit/aeeed878b1d000847a979c20d4ad290b67e49078 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/pom.xml M war/pom.xml Log Message: ----------- Use the latest Commit: 89b1545e58ab176be4cf717012c86138fc109dc0 https://github.com/jenkinsci/jenkins/commit/89b1545e58ab176be4cf717012c86138fc109dc0 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: ----------- moved to a separate function to reduce the serialization footprint Commit: f8469dc516b5ba879c5d90cf411fc91b9f6c0bfc https://github.com/jenkinsci/jenkins/commit/f8469dc516b5ba879c5d90cf411fc91b9f6c0bfc Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M war/pom.xml Log Message: ----------- Integrated a new version of the module that auto-updates jenkins-slave.exe Commit: 2cdcba7306dfd57cad0cc0fbccc2ce62e123ed04 https://github.com/jenkinsci/jenkins/commit/2cdcba7306dfd57cad0cc0fbccc2ce62e123ed04 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M pom.xml Log Message: ----------- Released this dependency Commit: 06669e314a2217a7a80ac15d2b2a44a0d802fd71 https://github.com/jenkinsci/jenkins/commit/06669e314a2217a7a80ac15d2b2a44a0d802fd71 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M changelog.html Log Message: ----------- [FIXED JENKINS-19055] The actual fix has been implemented over the last dozen or so commits Compare: https://github.com/jenkinsci/jenkins/compare/4a23ad981914...06669e314a22 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.