+ [task#129928,doing,0.5h] add js param for job trigger.

This commit is contained in:
caoyanyi
2024-10-10 16:10:03 +08:00
committed by 李阳
parent 4aa7871da5
commit 77c306c8a4
+16
View File
@@ -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);