$job):?>
-
- |
- createLink('job', 'view', "jobID={$job->id}", 'html', true), $job->name, '', "class='iframe' data-width='90%'") : $job->name;?> |
+
+ |
+ createLink('job', 'view', "jobID={$job->id}", 'html', true), $job->name, '', "class='iframe' data-width='90%'") : $job->name;?> |
repoName; ?> |
+ job->engineList, $job->engine);?> |
job->frameList, $job->frame);?> |
- engine;?> |
engine) == 'gitlab') $job->pipeline = $this->job->getGitlabProjectName($job->id);?>
pipeline) . '@' . $job->jenkinsName;?>
|
diff --git a/module/job/view/edit.html.php b/module/job/view/edit.html.php
index 781b7227db..419e0fa8e2 100644
--- a/module/job/view/edit.html.php
+++ b/module/job/view/edit.html.php
@@ -31,6 +31,11 @@
name, "class='form-control'"); ?> |
|
+
+ | job->engine; ?> |
+ job->engineList, $job->engine, "class='form-control chosen'");?>
+ |
+
| job->repo; ?> |
repo, "class='form-control chosen'");?>
diff --git a/module/job/view/view.html.php b/module/job/view/view.html.php
index ee280691db..ee94e781a5 100644
--- a/module/job/view/view.html.php
+++ b/module/job/view/view.html.php
@@ -38,7 +38,11 @@
'>
- | job->repo;?> |
+ job->engine;?> |
+ job->engineList, $job->engine);?> |
+
+
+ | job->repo;?> |
name;?> |
|