ritesh singh
03/03/2025, 1:37 AMritesh singh
03/03/2025, 1:39 AMDataFlow Action which reads the stack-trace from CC phase/Execution Phase of the build. For few stack-traces based on the messages, i want to print additional message on the console, but after the exception is thrown.ritesh singh
03/03/2025, 1:44 AMFlowAction#execute , prints the message before the exception is thrown.
I was thinking of using BuildListener#buildFinished but it's deprecated in favour of
FlowProviders#getBuildWorkResult()Niels Doucet
03/03/2025, 8:32 AMritesh singh
03/03/2025, 10:26 AM.throwing.ritesh singh
03/03/2025, 10:28 AM