• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂a8b08226ea32e5ed474d84fb36cdc8b70b213427 (tree)
時間2019-09-12 00:10:16
作者jenkins-x-bot <35031835+jenkins-x-bot@user...>
CommiterGitHub

Log Message

Merge pull request #60 from macox/store_pipelineuser_email

chore: store pipelineuser email

Change Summary

差異

--- a/env/jxboot-resources/values.tmpl.yaml
+++ b/env/jxboot-resources/values.tmpl.yaml
@@ -140,6 +140,7 @@ tekton:
140140
141141 JenkinsXGitHub:
142142 username: "{{ .Parameters.pipelineUser.username }}"
143+ email: "{{ .Parameters.pipelineUser.email }}"
143144 password: "{{ .Parameters.pipelineUser.token }}"
144145
145146 {{- if .Requirements.ingress.tls }}