We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4853dc1 commit c9a21a8Copy full SHA for c9a21a8
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.tencent.devops.ci-plugins</groupId>
8
<artifactId>java-plugin-sdk</artifactId>
9
- <version>1.1.6</version>
+ <version>1.1.7</version>
10
11
<inceptionYear>2018-2118</inceptionYear>
12
<description>bk-ci pipeline plugins sdk for java</description>
src/main/kotlin/com/tencent/bk/devops/plugin/api/impl/KubernetesBuildApi.kt
@@ -85,7 +85,7 @@ class KubernetesBuildApi : BaseApi() {
85
86
val inputMap: Map<String, Any> = JsonUtil.fromJson(inputJson,
87
object : TypeReference<MutableMap<String, Any>>() {})
88
- return inputMap["pipeline.start.user.name"] as String
+ return inputMap["BK_CI_START_USER_ID"] as String
89
}
90
91
companion object {
0 commit comments