* @package job * @version $Id$ * @link http://www.zentao.net */ ?>

noData;?> createLink('job', 'create'), " " . $lang->job->create, '', "class='btn btn-info'");?>

recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";?> $job):?> engine) == 'gitlab') { $pipeline = json_decode($job->pipeline); if(is_numeric($job->pipeline)) $job->pipeline = $this->loadModel('gitlab')->getProjectName($job->server, $job->pipeline); if(isset($pipeline->reference)) $job->pipeline = $this->loadModel('gitlab')->getProjectName($job->server, $pipeline->project); } ?> pipeline) . '@' . $job->jenkinsName;?> job->getTriggerConfig($job);?>
job->id);?> job->name);?> job->repo);?> job->engine);?> job->frame);?> job->buildSpec);?> job->triggerType;?> job->lastStatus);?> job->lastExec);?> actions;?>
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);?> lastStatus) echo zget($lang->compile->statusList, $job->lastStatus);?> lastStatus) echo $job->lastExec;?> repo}&jobID=$id", '', 'list', 'history'); common::printIcon('job', 'edit', "jobID=$id", '', 'list', 'edit'); common::printIcon('job', 'exec', "jobID=$id", '', 'list', 'play', '', $job->canExec ? '' : 'disabled'); if(common::hasPriv('job', 'delete')) echo html::a($this->createLink('job', 'delete', "jobID=$id"), '', 'hiddenwin', "title='{$lang->job->delete}' class='btn'"); ?>