Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-job-plugin Commit: f84ef8f931377f0cad75a718b78f804159109070 https://github.com/jenkinsci/workflow-job-plugin/commit/f84ef8f931377f0cad75a718b78f804159109070 Author: Gustaf Lundh <gusta...@axis.com> Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java Log Message: ----------- Ensure pipeline error messages are printed before RunListener.fireCompleted() By not writing stack traces to the console log before executing RunListener.fireCompleted() we cannot carry out error analysis before downstream builds are executed. This brings issues with other Extensions like the Build Failure Analyser. It's reasonable that any important error messages concerning the flow execution is printed before the Run is completed. Commit: 91a865190a8b280be31f59f231bcab3fc0388d56 https://github.com/jenkinsci/workflow-job-plugin/commit/91a865190a8b280be31f59f231bcab3fc0388d56 Author: Liam Newman <bitwise...@gmail.com> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M .mvn/extensions.xml M pom.xml Log Message: ----------- Merge branch 'master' into fix-error-printing Commit: a8796f0e8a7856e799fa907c80ea8b8c646cf4a3 https://github.com/jenkinsci/workflow-job-plugin/commit/a8796f0e8a7856e799fa907c80ea8b8c646cf4a3 Author: Liam Newman <bitwise...@gmail.com> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java Log Message: ----------- Merge pull request #184 from GLundh/fix-error-printing Ensure pipeline error messages are printed before RunListener.fireCompleted() Compare: https://github.com/jenkinsci/workflow-job-plugin/compare/b5531d86a4df...a8796f0e8a78 -- 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/workflow-job-plugin/push/refs/heads/master/b5531d-a8796f%40github.com.