You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: TESTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Compile & make the plugin available via HTTP port 8011 on your local machine:
6
6
7
7
```bash
8
8
~ mvn -DskipTests clean package && \
9
-
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
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
10
10
```
11
11
12
12
Start up GoCD with TCP 8153 and let it download the plugin from the nginx above:
0 commit comments