Files
EasySoft-ZenTaoPMS/module/job/config.php
2020-07-06 09:08:09 +08:00

7 lines
269 B
PHP

<?php
$config->job = new stdclass();
$config->job->create = new stdclass();
$config->job->edit = new stdclass();
$config->job->create->requiredFields = 'name,repo,jkHost,jkJob,triggerType';
$config->job->edit->requiredFields = 'name,repo,jkHost,jkJob,triggerType';