• 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

修訂ec7e3be64fec92b729adac4be2913ba28f7dd1d0 (tree)
時間2019-07-19 01:10:37
作者David Conde <dconde@clou...>
CommiterGitHub

Log Message

Merge pull request #8 from jenkins-x/macox-patch-1

chore: clarify pipeline bot user help text

Change Summary

差異

--- a/env/parameters.schema.json
+++ b/env/parameters.schema.json
@@ -123,13 +123,13 @@
123123 "username": {
124124 "type": "string",
125125 "title": "Pipeline bot Git username",
126- "description": "The Git user that will perform git operations inside a pipeline. This is normally a bot."
126+ "description": "The Git user that will perform git operations inside a pipeline. It should be a user within the Git organisation/owner where environment repositories will live. This is normally a bot."
127127 },
128128 "token": {
129129 "type": "string",
130130 "format": "token",
131131 "title": "Pipeline bot Git token",
132- "description": "A token for the Git user that will perform git operations inside a pipeline."
132+ "description": "A token for the Git user that will perform git operations inside a pipeline. This includes environment repository creation, and so this token should have full repository permissions."
133133 }
134134 }
135135 }