Skip to content

Commit

Permalink
bug: build/credentials/{credentialId}凭证接口支持跨项目访问 TencentBlueKing#6473
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Mar 31, 2022
1 parent 66108c2 commit f093d35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ interface CredentialService {
buildId: String,
credentialId: String,
publicKey: String,
taskId: String?
taskId: String? = null
): CredentialInfo?

fun buildGetAcrossProject(
Expand Down

0 comments on commit f093d35

Please sign in to comment.