We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07fee9 commit d31896aCopy full SHA for d31896a
.gitlab/collect_reports.sh
@@ -62,6 +62,7 @@ function process_reports () {
62
cp -r workspace/$project_to_save/build/reports/* $report_path/ 2>/dev/null || true
63
cp workspace/$project_to_save/build/hs_err_pid*.log $report_path/ 2>/dev/null || true
64
cp workspace/$project_to_save/build/javacore*.txt $report_path/ 2>/dev/null || true
65
+ cp workspace/$project_to_save/build/dumps/*.* $report_path/ 2>/dev/null || true
66
fi
67
}
68
0 commit comments