Skip to content

Commit

Permalink
feat: 流水线插件开发自定义UI希望可以获取到container 的 jobid 属性 TencentBlueKing#11197
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23409
  • Loading branch information
vhwweng committed Nov 11, 2024
1 parent 896dfa1 commit 1d0cd66
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
'getAtomEnvConfig'
]),
async onLoad () {
const { baseOS, dispatchType, jobId } = this.container
const containerInfo = { baseOS, dispatchType, jobId }
const containerInfo = { ...this.container }
const currentUserInfo = this.$userInfo || {}
const atomDisabled = this.disabled || false
const envConf = await this.getEnvConf()
Expand Down

0 comments on commit 1d0cd66

Please sign in to comment.