• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

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

修订版ad69dfdc6b49ea710e82fb48416cccc532728de8 (tree)
时间2019-07-12 23:35:00
作者Mark Cox <markcox20@hotm...>
CommiterGitHub

Log Message

chore: clarify pipeline bot user help text

更改概述

差异

--- a/env/parameters.schema.json
+++ b/env/parameters.schema.json
@@ -134,13 +134,13 @@
134134 "username": {
135135 "type": "string",
136136 "title": "Pipeline bot Git username",
137- "description": "The Git user that will perform git operations inside a pipeline. This is normally a bot."
137+ "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."
138138 },
139139 "token": {
140140 "type": "string",
141141 "format": "token",
142142 "title": "Pipeline bot Git token",
143- "description": "A token for the Git user that will perform git operations inside a pipeline."
143+ "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."
144144 }
145145 }
146146 }