diff --git a/module/job/control.php b/module/job/control.php index a206bac9f7..6e41dd58db 100644 --- a/module/job/control.php +++ b/module/job/control.php @@ -120,7 +120,7 @@ class job extends control $this->view->repoTypes = $repoTypes; $this->view->products = array(0 => '') + $this->loadModel('product')->getProductPairsByProject($this->projectID); - $this->view->jenkinsServerList = $this->loadModel('jenkins')->getPairs(); + $this->view->jenkinsServerList = array("" => "") + $this->loadModel('jenkins')->getPairs(); $this->display(); }