|
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);?> |
pipeline) . '@' . $job->jenkinsName;?>
|
job->getTriggerConfig($job);?>
|
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'");
?>
|