Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jul 26, 2023
1 parent 81fa0c2 commit f5696b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Compile & make the plugin available via HTTP port 8011 on your local machine:

```bash
~ mvn -DskipTests clean package && \
podman run -p8011:80 -v/home/stephan/git/github/go-gchat-notifier-plugin/target/go-gchat-notifier-plugin.jar:/usr/share/nginx/html/go-gchat-notifier-plugin.jar nginx:1.19.9
podman run -p8011:80 -v$PWD/target/go-gchat-notifier-plugin.jar:/usr/share/nginx/html/go-gchat-notifier-plugin.jar nginx:1.19.9
```

Start up GoCD with TCP 8153 and let it download the plugin from the nginx above:
Expand Down

0 comments on commit f5696b3

Please sign in to comment.