Skip to content

Commit

Permalink
feat: 共享的环境名称使用project@poolName格式,以区分跨项目还是本项目的环境 TencentBlueKing#4934
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjiao-heart committed Aug 13, 2021
1 parent a17b543 commit 01802da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ class ThirdPartyAgentMgrService @Autowired(required = false) constructor(
}
val sharedEnvRecord = envShareProjectDao.get(dslContext, sharedProjEnv[1], projectId, sharedProjEnv[0])
if (sharedEnvRecord.isEmpty()) {
logger.info("env name not exists, envName: ${sharedProjEnv[0]}, projectId:$projectId, " +
logger.info("env name not exists, envName: ${sharedProjEnv[1]}, projectId:$projectId, " +
"mainProjectId: ${sharedProjEnv[0]}")
return emptyList()
}
Expand Down

0 comments on commit 01802da

Please sign in to comment.