Jenkins工作:无法到达Sonarqube服务器

时间:2018-02-13 13:00:40

标签: jenkins sonarqube sonarqube-scan

在Jenkins中,我创建了一个测试Sonarqube配置的作业,但作业失败并出现错误。 我曾多次尝试解决问题,但我无法找到解决方案。 有没有人可以帮助我?

下面,我把Jenkins构建的代码。

INFO: Scanner configuration file: D:\Jenkins\Jenkins_home\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild_3.0.2.656\sonar-scanner-3.0.3.778\bin\..\conf\sonar-scanner.properties
INFO: Project root configuration file: D:\Jenkins\Jenkins_home\jobs\ASDS AnubIs Sonar Test\workspace\.sonarqube\out\sonar-project.properties
INFO: SonarQube Scanner 3.0.3.778
INFO: Java 1.8.0_151 Oracle Corporation (64-bit)
INFO: Windows Server 2012 R2 6.3 amd64
INFO: SONAR_SCANNER_OPTS=-Xmx1024m
INFO: User cache: C:\Windows\system32\config\systemprofile\.sonar\cache
ERROR: SonarQube server [https://sonarqube_test_server] can not be reached
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.587s
INFO: Final Memory: 4M/123M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarQube Scanner execution
    org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarQube
        at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory$1.run(IsolatedLauncherFactory.java:84)
        at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory$1.run(IsolatedLauncherFactory.java:71)
        at java.security.AccessController.doPrivileged(Native Method)
        at 

0 个答案:

没有答案