签入版本

This commit is contained in:
gitadmin 2025-09-21 20:59:25 +08:00
parent 9a522f4284
commit 2c2b79fad0
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ class ResolverService implements Serializable {
loadEnvConfig() loadEnvConfig()
// //
loadMainConfig() loadJobConfig()
script.echo "✅ 所有配置文件加载完成" script.echo "✅ 所有配置文件加载完成"
} }
@ -122,7 +122,7 @@ class ResolverService implements Serializable {
* @return * @return
* @throws Exception * @throws Exception
*/ */
def loadMainConfig() { def loadJobConfig() {
try { try {
// //
if (!script.fileExists(jobConfigFile)) { if (!script.fileExists(jobConfigFile)) {

View File

@ -71,7 +71,7 @@ class ResolverService implements Serializable {
loadEnvConfig() loadEnvConfig()
// //
loadMainConfig() loadJobConfig()
script.echo "✅ 所有配置文件加载完成" script.echo "✅ 所有配置文件加载完成"
} }
@ -122,7 +122,7 @@ class ResolverService implements Serializable {
* @return * @return
* @throws Exception * @throws Exception
*/ */
def loadMainConfig() { def loadJobConfig() {
try { try {
// //
if (!script.fileExists(jobConfigFile)) { if (!script.fileExists(jobConfigFile)) {