Welcome to the Linux Foundation Forum!

Lab 9 Quality Gate error

The quality gate fails despite having it set with 0 coverage.

Comments

  • Hi @Sudoaptgetgood,

    1.- Did you notice a message about "outdated browser" in the log.txt file? So it could be that, and you could try with an updated browser.

    2.- I found a similar error in the SonarCloud forum. And in this case it's not about the browser version, it's related to the slash at the end of the Server URL:

    https://community.sonarsource.com/t/jenkins-waitforqualitygate-fails-because-sonarcloud-is-returning-outdated-browser-html-response/60579/4

    So, can you try without the slash and report it back, please?

    Regards,
    Luis.

  • Hi Luis,

    Thanks for sharing your thoughts.

    I can confirm that I am on the most recent version of Firefox, so that can't be it. I have also tried adjusting the config without slash, that didn't do it either.

    I suspect SonarQube is no longer supporting anything below JDK11, and Jenkins only supports up to JDK9. I will update the thread once have more info.

  • You could install additional versions of java and use them in specific jobs.

    to do so,

    1. Go to global tools
    2. JDK
    3. Add JDK
    4. Delete the block which says Install from java.sun.com.
    5. From Add Installer dropdown, choose Extract *.zip/.tar.gz*
    6. For Java 11, provide the following URL as installer. https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_linux-x64_bin.tar.gz
      7.Provide jdk-11 as the value for Subdirectory of extracted archive.

    Your configuration may resemble the above screenshot.

    Now, head back to the job which was failing, choose JDK11 for the Sonarqube Scanner step.

    @Sudoaptgetgood Do give this a try and let us know if it fixes it.

  • Sudoaptgetgood
    Sudoaptgetgood Posts: 24
    edited January 2023

    The problem was what @luisviveropena initially suggested, which is the double slash trailing the url. Turns out I didn't pay enough attention and I had only fixed it for the previous maven task (which didn't care about the issue anyway).

    @gouravshah Changing the jdk version was good practice though, refreshed me on how tags get referenced in jenkinsfile.

    Now the gate just hangs in perpetuity in jenkins, but the code is cleared in the sonarcloud account.

  • Hi @Sudoaptgetgood, I'm glad that the original issue was fixed!

    Now the gate just hangs in perpetuity in jenkins, but the code is cleared in the sonarcloud account.

    For the second issue, can you provide more details about it, please? Any log file to take a look at?

    Regards,
    Luis.

  • @luisviveropena, not sure where to pull it from. Is there anything else other than the console output? From the frontend side, the logs mirror the same info.

  • Hi @Sudoaptgetgood, please take a look at the Sonarqube documentation and check for errors:

    https://docs.sonarqube.org/9.6/setup-and-upgrade/troubleshooting/

    Regards,
    Luis.

  • @Sudoaptgetgood you can use this pipeline code as a reference https://github.com/lfs261/devops-repo/blob/master/tests/sonar-stage.jenkinsfile . May be you will find something here which is useful to get rid of this error.

  • @gouravshah, seems adding a 10s buffer between stages fixes the issue. Sonarqube needs some time to confirm it passed before Quality Gate starts

  • This is interesting. Noted. Thanks for looping us in @Sudoaptgetgood

  • Hi There,

    I am facing a similar issue, I initially got the "outdated browser" error in log and it was fixed by updating the server URL.

    But facing issue now at the quality gate, as the flow is now stuck there and not coming out adding a sleep also is not solving my issue.

    can somebody help.

    -Prashanth

  • Hi @paccha5065, I suggest to create a new post, so we can check on your specific case.

    Regards,
    Luis.

Categories

Upcoming Training