Skip to content

Commit c998c1f

Browse files
committed
minor fixes in readme; release 0.5.0
1 parent 41a4499 commit c998c1f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### 0.5.0 (2019-Oct-01)
1+
### 0.5.0 (2019-Oct-02)
22

33
* Added support for `ignore_for_scheduling` to dependency materials. Updated README with changes in new Format Versions.
4+
* Updated library dependencies
45

56
### 0.4.3 (2019-Aug-22)
67

Dojofile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DOJO_DOCKER_IMAGE=kudulab/openjdk-dojo:1.0.1
1+
DOJO_DOCKER_IMAGE=kudulab/openjdk-dojo:1.2.0

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ In the above example, since both pipelines are in the same group, `pipeline2` wi
318318
```
319319

320320
### Mingle
321-
**Note: Since GoCD version 19.9 and format_version 8, this is no longer supported**
321+
**DEPRECATION NOTICE: Since GoCD version 19.9 and format_version 8, this is no longer supported**
322322

323323
```json
324324
{
@@ -466,7 +466,7 @@ The external artifact store is referenced by the `store_id`. The build specific
466466
```
467467

468468
### Property
469-
**Note: Since GoCD version 19.9 and format_version 7, properties are no longer supported**
469+
**DEPRECATION NOTICE: Since GoCD version 19.9 and format_version 7, properties are no longer supported**
470470

471471
```json
472472
{
@@ -961,10 +961,13 @@ This is actually how our GoCD builds the plugin:
961961
dojo "gradle test jar"
962962
```
963963

964-
Assuming you already have a working docker, you can install dojo with:
965-
```
966-
DOJO_VERSION=0.5.0
967-
wget -O dojo https://github.com/ai-traders/dojo/releases/download/${DOJO_VERSION}/dojo_linux_amd64
964+
Assuming you already have a working docker, you can install dojo by placing the executable anywhere on the PATH.
965+
```sh
966+
DOJO_VERSION=0.6.2
967+
# On Linux
968+
wget -O dojo https://github.com/kudulab/dojo/releases/download/${DOJO_VERSION}/dojo_linux_amd64
969+
# On OSX
970+
# wget -O dojo https://github.com/kudulab/dojo/releases/download/${DOJO_VERSION}/dojo_darwin_amd64
968971
sudo mv dojo /usr/local/bin
969972
sudo chmod +x /usr/local/bin/dojo
970973
```

0 commit comments

Comments
 (0)