This commit is contained in:
zhaoke
2023-09-18 15:34:19 +08:00
parent 23e65c0662
commit ae79b96f04
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class job extends control
$job->buildSpec = urldecode($job->pipeline) . '@' . $job->jenkinsName;
$job->engine = zget($this->lang->job->engineList, $job->engine);
$job->frame = zget($this->lang->job->frameList, $job->frame);
$job->productName = $products[$job->product];
$job->productName = zget($products, $job->product, '');
}
$this->view->title = $this->lang->ci->job . $this->lang->colon . $this->lang->job->browse;
+1
View File
@@ -214,6 +214,7 @@ formPanel
(
setStyle('width', '150px'),
set::id('pipelineDropmenu'),
set::popPlacement('top'),
set::text($lang->job->selectPipeline),
set::url($this->createLink('jenkins', 'ajaxGetJenkinsTasks')),
),