I'm trying to troubleshoot a problem with our integration between Jenkins and our enterprise SonarQube instance. I need to see the source code for the "waitForQualityGate()" pipeline step. Is that available somewhere?
We're using a SonarQube server definition that uses "http:", but the "waitForQualityGate()" step appears to be querying tasks from sonarqube using the "https:" url. I need to understand why it is doing that.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8b6301de-7d0e-480a-ba35-c1b09f82e130o%40googlegroups.com.
https://github.com/jenkinsci/sonarqube-plugin/blob/master/src/main/java/org/sonarsource/scanner/jenkins/pipeline/WaitForQualityGateStep.java is probably what you are looking for.Richard.
On Thu, 13 Aug 2020 at 11:27, David Karr <davidmic...@gmail.com> wrote:
--I'm trying to troubleshoot a problem with our integration between Jenkins and our enterprise SonarQube instance. I need to see the source code for the "waitForQualityGate()" pipeline step. Is that available somewhere?
We're using a SonarQube server definition that uses "http:", but the "waitForQualityGate()" step appears to be querying tasks from sonarqube using the "https:" url. I need to understand why it is doing that.
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkins...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5fa593d9-5a4c-4edb-85a8-081d6950f3efo%40googlegroups.com.