the default GitOps source repository for booting up Jenkins X
修訂 | ec7e3be64fec92b729adac4be2913ba28f7dd1d0 (tree) |
---|---|
時間 | 2019-07-19 01:10:37 |
作者 | David Conde <dconde@clou...> |
Commiter | GitHub |
Merge pull request #8 from jenkins-x/macox-patch-1
chore: clarify pipeline bot user help text
@@ -123,13 +123,13 @@ | ||
123 | 123 | "username": { |
124 | 124 | "type": "string", |
125 | 125 | "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." | |
127 | 127 | }, |
128 | 128 | "token": { |
129 | 129 | "type": "string", |
130 | 130 | "format": "token", |
131 | 131 | "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." | |
133 | 133 | } |
134 | 134 | } |
135 | 135 | } |