the default GitOps source repository for booting up Jenkins X
修订版 | 0d8bf02c71ddddd42a8c5acead979d43e137be83 (tree) |
---|---|
时间 | 2019-07-12 02:15:30 |
作者 | James Strachan <james.strachan@gmai...> |
Commiter | James Strachan |
fix: remove the dummy/test source repos
@@ -7,7 +7,4 @@ spec: | ||
7 | 7 | apiVersion: jenkins.io/v1 |
8 | 8 | kind: Scheduler |
9 | 9 | name: default-scheduler |
10 | - repositories: | |
11 | - - apiVersion: jenkins.io/v1 | |
12 | - kind: SourceRepository | |
13 | - name: jstrachan-nodey126 | |
10 | + repositories: [] |
@@ -1,9 +0,0 @@ | ||
1 | -apiVersion: jenkins.io/v1 | |
2 | -kind: SourceRepository | |
3 | -metadata: | |
4 | - name: jstrachan-nodey126 | |
5 | -spec: | |
6 | - provider: https://github.com | |
7 | - providerName: github | |
8 | - org: jstrachan | |
9 | - repo: nodey126 | |
\ No newline at end of file |