我正在尝试在我的本地将声纳与 Jenkins 集成,当集成构建成功并且执行成功时,但它没有完成成功,它显示以下错误并显示内存不足
INFO: ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/al-config-server
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at http://localhost:9000/api/ce/task?id=AWWunlqCAbj3m24yQM89
INFO: Task total time: 6.254 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 8.008s
INFO: Final Memory: 57M/313M
INFO: ------------------------------------------------------------------------
****** B A T C H R E C U R S I O N exceeds STACK limits ******
Recursion Count=593, Stack Usage=90 percent
****** B A T C H PROCESSING IS A B O R T E D ******
WARN: Found multiple 'report-task.txt' in the workspace. Taking the first one.
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\.scannerwork\report-task.txt
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\target\sonar\report-task.txt
WARN: Found multiple 'report-task.txt' in the workspace. Taking the first one.
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\.scannerwork\report-task.txt
C:\Users\sreenath.reddy\.jenkins\workspace\al-config-server\target\sonar\report-task.txt
ERROR: SonarQube scanner exited with non-zero code: 255
Finished: FAILURE