Branch: refs/heads/release/1.x Home: https://github.com/jenkinsci/stashnotifier-plugin Commit: c5239f55e369b15989f25b412f86d06537ae5a0f https://github.com/jenkinsci/stashnotifier-plugin/commit/c5239f55e369b15989f25b412f86d06537ae5a0f Author: Robin Verduijn <robinverduijn.git...@gmail.com> Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths: M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java Log Message: ----------- Fix setBuildStatus to handle both String or StashBuildState arguments in a single method. This allows `@DataBoundSetter` to work for all cases and avoids the noisy stacktraces that were being flagged as an issue in #266 - Also added tests verifying the current behavior for all kinds of input. Commit: 919a3a798977a161bfc095f813b696a049a47294 https://github.com/jenkinsci/stashnotifier-plugin/commit/919a3a798977a161bfc095f813b696a049a47294 Author: Pavel Batanov <pa...@batanov.me> Date: 2022-03-24 (Thu, 24 Mar 2022) Changed paths: M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java Log Message: ----------- Merge pull request #297 from robinverduijn/bugfix/266-fix-setter-method Fix setBuildStatus to handle both String and StashBuildState arguments in a single method Compare: https://github.com/jenkinsci/stashnotifier-plugin/compare/cb30bbd8ec90...919a3a798977 -- 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/stashnotifier-plugin/push/refs/heads/release/1.x/cb30bb-919a3a%40github.com.