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 <[email protected]> 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/8b6301de-7d0e-480a-ba35-c1b09f82e130o%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/8b6301de-7d0e-480a-ba35-c1b09f82e130o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAAy0hweeua7ufu3o81zVko_xTjpXq67soVADvm1%3DLkEd5n5f2A%40mail.gmail.com.
