the default GitOps source repository for booting up Jenkins X
修訂 | 38b0fca4f7762b524046b98c69ceeb1df5971cf7 (tree) |
---|---|
時間 | 2019-07-23 22:28:24 |
作者 | Cai Cooper <caicooper82@gmai...> |
Commiter | GitHub |
Merge pull request #15 from garethjevans/validate-git
feat: added step to check that git is correctly configured
@@ -11,6 +11,10 @@ pipelineConfig: | ||
11 | 11 | stages: |
12 | 12 | - name: release |
13 | 13 | steps: |
14 | + - name: validate-git | |
15 | + dir: /workspace/source/env | |
16 | + command: jx | |
17 | + args: ['step','git','validate'] | |
14 | 18 | - name: verify-preinstall |
15 | 19 | dir: /workspace/source/env |
16 | 20 | command: jx |