Branch: refs/heads/master Home: https://github.com/jenkinsci/acceptance-test-harness Commit: d57efe03018b89d7c0379d989a5de72febfcc5c1 https://github.com/jenkinsci/acceptance-test-harness/commit/d57efe03018b89d7c0379d989a5de72febfcc5c1 Author: Vincent Latombe <vinc...@latombe.net> Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths: M src/main/java/org/jenkinsci/test/acceptance/junit/AbstractJUnitTest.java M src/main/java/org/jenkinsci/test/acceptance/po/Jenkins.java A src/main/java/org/jenkinsci/test/acceptance/utils/SupportBundleRequest.java Log Message: ----------- Attach support bundle after running the test I found this very useful to investigate flaky tests as it collects way more information than the standard output. Commit: d7229e34773370447d151a6950ea4a26d94aecf8 https://github.com/jenkinsci/acceptance-test-harness/commit/d7229e34773370447d151a6950ea4a26d94aecf8 Author: Vincent Latombe <vinc...@latombe.net> Date: 2021-02-16 (Tue, 16 Feb 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/junit/AbstractJUnitTest.java Log Message: ----------- Don't complain if support-core isn't installed. Commit: ba4640ca39eb4296fb1f158ee81ac11dc0b5fd95 https://github.com/jenkinsci/acceptance-test-harness/commit/ba4640ca39eb4296fb1f158ee81ac11dc0b5fd95 Author: Vincent Latombe <vinc...@latombe.net> Date: 2021-02-17 (Wed, 17 Feb 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/junit/AbstractJUnitTest.java A src/main/java/org/jenkinsci/test/acceptance/recorder/SupportBundle.java Log Message: ----------- Use a TestWatcher to capture the support bundle only on failure Commit: 7e624b343528e5944c1dc3cd9ee9a0929ba9007b https://github.com/jenkinsci/acceptance-test-harness/commit/7e624b343528e5944c1dc3cd9ee9a0929ba9007b Author: Vincent Latombe <vinc...@latombe.net> Date: 2021-02-17 (Wed, 17 Feb 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/junit/AbstractJUnitTest.java M src/main/java/org/jenkinsci/test/acceptance/recorder/SupportBundle.java Log Message: ----------- Don't require injector, allow the request to be provided Commit: cab03793d88d7ab843dd588811407419dd15f63d https://github.com/jenkinsci/acceptance-test-harness/commit/cab03793d88d7ab843dd588811407419dd15f63d Author: Vincent Latombe <vinc...@latombe.net> Date: 2021-02-22 (Mon, 22 Feb 2021) Changed paths: M pom.xml M src/main/java/org/jenkinsci/test/acceptance/recorder/SupportBundle.java Log Message: ----------- Capture support bundle only in CI Commit: 46eed70cb608f035784a9efb4a5e6b739413f531 https://github.com/jenkinsci/acceptance-test-harness/commit/46eed70cb608f035784a9efb4a5e6b739413f531 Author: Vincent Latombe <vinc...@latombe.net> Date: 2021-03-05 (Fri, 05 Mar 2021) Changed paths: M README.md A docs/SUPPORT-BUNDLE.md Log Message: ----------- Documentation Commit: 8f60ac4cbf1cf13bad1625850c63af02e092d7ad https://github.com/jenkinsci/acceptance-test-harness/commit/8f60ac4cbf1cf13bad1625850c63af02e092d7ad Author: James Nord <jtn...@users.noreply.github.com> Date: 2021-03-05 (Fri, 05 Mar 2021) Changed paths: M README.md A docs/SUPPORT-BUNDLE.md M pom.xml M src/main/java/org/jenkinsci/test/acceptance/junit/AbstractJUnitTest.java M src/main/java/org/jenkinsci/test/acceptance/po/Jenkins.java A src/main/java/org/jenkinsci/test/acceptance/recorder/SupportBundle.java A src/main/java/org/jenkinsci/test/acceptance/utils/SupportBundleRequest.java Log Message: ----------- Merge pull request #642 from Vlatombe/support-bundle Attach support bundle after running the test Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/2383abac04e5...8f60ac4cbf1c -- 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/acceptance-test-harness/push/refs/heads/master/2383ab-8f60ac%40github.com.