Skip to content

Commit 55e242e

Browse files
committed
remove location from json schemas; add author and license info; update help link
1 parent 1c0d623 commit 55e242e

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Configures a [Go environment](http://www.go.cd/documentation/user/current/config
109109

110110
```json
111111
{
112-
"location" : "src/environments/dev.yaml",
113112
"name": "dev",
114113
"environment_variables": [
115114
{
@@ -151,7 +150,6 @@ Any variable must contain `name` and `value` or `encrypted_value`.
151150

152151
```json
153152
{
154-
"location" : "src/pipelines/pipe2.yaml",
155153
"group": "group1",
156154
"name": "pipe2",
157155
"label_template": "foo-1.0-${COUNT}",
@@ -554,3 +552,21 @@ Optionally any task can have `run_if` and `on_cancel`.
554552
"on_cancel": null
555553
}
556554
```
555+
556+
# Contributing
557+
558+
Create issues and PRs if
559+
* something does not work as you expect it,
560+
* documentation is not good enough
561+
* you have questions about Go behavior with remote configuration
562+
563+
There has been a long effort to make it possible to store configuration in SCMs,
564+
so obviously there will be some errors in lots of new code. Please file issues
565+
here or ask on [gocd gitter chat](https://gitter.im/gocd/gocd)
566+
567+
# License and Authors
568+
569+
License: Apache 2.0
570+
571+
Authors:
572+
* Tomasz Sętkowski <[email protected]>

resources/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</description>
1010
<vendor>
1111
<name>Tomasz Setkowski</name>
12-
<url>www.ai-traders.com</url>
12+
<url>https://github.com/tomzo/gocd-json-config-plugin</url>
1313
</vendor>
1414
</about>
15-
</go-plugin>
15+
</go-plugin>

0 commit comments

Comments
 (0)