diff --git a/module/sonarqube/control.php b/module/sonarqube/control.php index 531c022fcb..215056b83d 100644 --- a/module/sonarqube/control.php +++ b/module/sonarqube/control.php @@ -86,6 +86,7 @@ class sonarqube extends control $this->view->measures = $measures; $this->view->qualitygate = $qualitygate; $this->view->projectName = $projectName; + $this->view->sonarqubeID = $job->sonarqubeServer; $this->display(); } diff --git a/module/sonarqube/view/reportview.html.php b/module/sonarqube/view/reportview.html.php index 759585a669..48525c85f5 100644 --- a/module/sonarqube/view/reportview.html.php +++ b/module/sonarqube/view/reportview.html.php @@ -19,7 +19,7 @@