Branch: refs/heads/master Home: https://github.com/jenkinsci/promoted-builds-plugin Commit: a750230d7e7591abcf433f6115d4016394db9df9 https://github.com/jenkinsci/promoted-builds-plugin/commit/a750230d7e7591abcf433f6115d4016394db9df9 Author: James Nord <jtn...@users.noreply.github.com> Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths: M src/test/java/hudson/plugins/promoted_builds/integrations/jobdsl/JobDslManualConditionConverterTest.java M src/test/java/hudson/plugins/promoted_builds/integrations/jobdsl/JobDslPromotionProcessConverterTest.java Log Message: ----------- Fix incompatability with Jenkins 2.266 and higher in test code. both JobDslManualConditionConverterTest and JobDslPromotionProcessConverterTest would fail when run against a newer Jenkins core (for example via the PCT). The cause was that annotations are no longer automatically processed when serialising / deserialising code. Fixed this so that we regestier the classes wit interesting annotations. Also updated the test to use hamcreset to get better errors than binary pass/fail Commit: 55f7ba99bc09ac52cb091759b1be68cb4023a501 https://github.com/jenkinsci/promoted-builds-plugin/commit/55f7ba99bc09ac52cb091759b1be68cb4023a501 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2021-03-03 (Wed, 03 Mar 2021) Changed paths: M src/test/java/hudson/plugins/promoted_builds/integrations/jobdsl/JobDslManualConditionConverterTest.java M src/test/java/hudson/plugins/promoted_builds/integrations/jobdsl/JobDslPromotionProcessConverterTest.java Log Message: ----------- Merge pull request #151 from jtnord/fix-xstream-pct-issue Fix incompatibility with Jenkins 2.266 and higher in test code. Compare: https://github.com/jenkinsci/promoted-builds-plugin/compare/e7889df800a4...55f7ba99bc09 -- 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/promoted-builds-plugin/push/refs/heads/master/e7889d-55f7ba%40github.com.