Files
EasySoft-ZenTaoPMS/module/ci/config.php
T
2020-02-07 09:12:41 +08:00

7 lines
277 B
PHP

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