Branch: refs/heads/master Home: https://github.com/jenkinsci/plasticscm-plugin
Commit: 1b8481ec7056933f4bc3ab15cfc726a6c64c0afd https://github.com/jenkinsci/plasticscm-plugin/commit/1b8481ec7056933f4bc3ab15cfc726a6c64c0afd Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetLogCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/DetailedHistoryCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/FindChangesetCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/LogOutputParser.java A src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/SafeFilePath.java Log Message: ----------- Fix file not found issues We need to use FilePath instead of File. FilePath represents files in a local or remote machine. It prevents the kind of issues we're experiencing since it provides the tools to operate on remote files. The code is generally run on the 'master' machine but remotely on the agents. The filesystem context is always the one from the 'master' machine. Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 68996eced9a9ed5b563fcea89d1e66a313bd007c https://github.com/jenkinsci/plasticscm-plugin/commit/68996eced9a9ed5b563fcea89d1e66a313bd007c Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetRangeLogCommand.java Log Message: ----------- Fix ChangesetRangeLogCommand Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 344c6108cf1fac6282a77bca13eb83590902e95e https://github.com/jenkinsci/plasticscm-plugin/commit/344c6108cf1fac6282a77bca13eb83590902e95e Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/OutputTempFile.java Log Message: ----------- Update OutputTempFile to use a FilePath Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 381dd557e892a3904d56704ed213f02a5e90131a https://github.com/jenkinsci/plasticscm-plugin/commit/381dd557e892a3904d56704ed213f02a5e90131a Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java Log Message: ----------- Fix exists check in FindOutputParser Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 1e8e0367b9e6d43ac22265e7da86d00f5c0a4770 https://github.com/jenkinsci/plasticscm-plugin/commit/1e8e0367b9e6d43ac22265e7da86d00f5c0a4770 Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java Log Message: ----------- Remove InterruptedException from signature Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 2658d076c0c92c201f8417cdc97a9666d07379b1 https://github.com/jenkinsci/plasticscm-plugin/commit/2658d076c0c92c201f8417cdc97a9666d07379b1 Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java M src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetsRetriever.java Log Message: ----------- Pass the workspace path where needed Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 19275a2d945497bc12048259d556333a94e8efb0 https://github.com/jenkinsci/plasticscm-plugin/commit/19275a2d945497bc12048259d556333a94e8efb0 Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/LogOutputParser.java Log Message: ----------- Remove unused imports Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: 54788ab8c437d4b1b0937c41e105a0b7ae578c06 https://github.com/jenkinsci/plasticscm-plugin/commit/54788ab8c437d4b1b0937c41e105a0b7ae578c06 Author: Miguel González <mgonza...@codicesoftware.com> Date: 2020-10-05 (Mon, 05 Oct 2020) Changed paths: Log Message: ----------- Retry failed Jenkins build The build failed in ci.jenkins.io for some unexpected AWS issues. Signed-off-by: Miguel González <mgonza...@codicesoftware.com> Commit: ee3dc3ef2204f1b85e82c8ee806c42c6745a497b https://github.com/jenkinsci/plasticscm-plugin/commit/ee3dc3ef2204f1b85e82c8ee806c42c6745a497b Author: Miguel <mgonza...@codicesoftware.com> Date: 2020-10-06 (Tue, 06 Oct 2020) Changed paths: M src/main/java/com/codicesoftware/plugins/hudson/OutputTempFile.java M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java M src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetLogCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetRangeLogCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetsRetriever.java M src/main/java/com/codicesoftware/plugins/hudson/commands/DetailedHistoryCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/FindChangesetCommand.java M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java M src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/LogOutputParser.java A src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/SafeFilePath.java Log Message: ----------- Merge pull request #37 from jenkinsci/scm27719 Fix XML output in commands Compare: https://github.com/jenkinsci/plasticscm-plugin/compare/33229157f049...ee3dc3ef2204 -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plasticscm-plugin/push/refs/heads/master/332291-ee3dc3%40github.com.