Branch: refs/heads/master Home: https://github.com/jenkinsci/telegram-notifications-plugin Commit: e89a2acd30d1d4e12f65435016fdffb1643be16b https://github.com/jenkinsci/telegram-notifications-plugin/commit/e89a2acd30d1d4e12f65435016fdffb1643be16b Author: Aleksandr Mezin <mezin.alexan...@gmail.com> Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths: M pom.xml M src/main/java/jenkinsci/plugins/telegrambot/telegram/TelegramBot.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/TelegramBotRunner.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/commands/AbstractBotCommand.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/commands/HelpCommand.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/commands/StartCommand.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/commands/StatusCommand.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/commands/SubCommand.java M src/main/java/jenkinsci/plugins/telegrambot/telegram/commands/UnsubCommand.java Log Message: ----------- TelegramBotRunner: stop previous bot session before creating new one (#50) * Upgrade telegrambots dependency to 4.3.1 Latest 4.4.0.1 has some dependency conflicts with jenkins libs, I'm not sure how to resolve them. For 4.3.1, only imports need to be updated. * TelegramBotRunner: stop previous bot session before creating new one Otherwise it seems that the previous session remains alive until I restart Jenkins. -- 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/telegram-notifications-plugin/push/refs/heads/master/ad8e1c-e89a2a%40github.com.