zentaopms/module/job/config.php
2023-05-16 10:47:08 +08:00

7 lines
282 B
PHP

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