Branch: refs/heads/master Home: https://github.com/jenkinsci/github-autostatus-plugin
Commit: 7b614a0903274a216dae94076fb49aa717eac0e7 https://github.com/jenkinsci/github-autostatus-plugin/commit/7b614a0903274a216dae94076fb49aa717eac0e7 Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M pom.xml M src/test/java/org/jenkinsci/plugins/githubautostatus/config/GithubNotificationConfigTest.java Log Message: ----------- Upgrade Mockito & PowerMock (#63) Mockito is more strict now, therefore some small changes have to be applied. 1) use `Run` instead of `AbstractBuild` for `WorkflowJob` Otherwise a `ClassCastException` is thrown. 2) add 'support-core' as test dependency This is an optional dependency of 'workflow-cps' and therefore not a transitive dependency of this plugin. It's required for mocking `CpsFlowExecution` now, otherwise the `Component` class cannot be found. -- 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/github-autostatus-plugin/push/refs/heads/master/804013-7b614a%40github.com.