+ [task#129928,doing,0.5h] add js param for job trigger.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The trigger view file of job module of ZenTaoPMS.
|
||||
* @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
|
||||
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
* @author Yanyi Cao <caoyanyi@chandao.com>
|
||||
* @package job
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
namespace zin;
|
||||
jsVar('repo', $repo);
|
||||
jsVar('dirs', !empty($dirs) ? $dirs : '');
|
||||
jsVar('buildTag', $lang->job->buildTag);
|
||||
jsVar('dirChange', $lang->job->dirChange);
|
||||
jsVar('triggerTypeList', $lang->job->triggerTypeList);
|
||||
Reference in New Issue
Block a user