File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.5 (15 Jan 2019)
2+
3+ * return json from CLI command
4+
15# 0.3.4 (09 Jan 2019)
26
37 * Add export content metadata
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ sudo bash -c "`curl -L https://raw.githubusercontent.com/ai-traders/ide/master/i
123123
124124Add ` Idefile ` in your project with following content
125125```
126- IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.4
126+ IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.5
127127```
128128
129129To validate files run:
@@ -146,7 +146,7 @@ watch gocd-json syntax mypipe.gopipeline.json
146146## Usage with docker only
147147
148148```
149- docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.4 bash
149+ docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.5 bash
150150```
151151Then you have an interactive shell as above.
152152
Original file line number Diff line number Diff line change 11group = ' com.thoughtworks.go'
2- version = ' 0.3.4 '
2+ version = ' 0.3.5 '
33
44apply plugin : ' java'
55
You can’t perform that action at this time.
0 commit comments