Sonar scanner issue in jenkins

纵饮孤独 提交于 2019-12-08 08:34:52

问题


I am trying to integrate sonar with Jenkins in my local, when integrating the build is successfully and execution is success, but it is not getting finished success, it show below error and it show out of memory

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

来源:https://stackoverflow.com/questions/52203208/sonar-scanner-issue-in-jenkins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!