From 64fe8b5571413b4133d1d9f341ec94f004f88edb Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Thu, 11 Jan 2024 13:11:24 +0100 Subject: [PATCH] #13 fix working directory in volume mount --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c2183d5..6d19c01 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { steps{ script { docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").inside( - '--rm --name amarillo -p 8000:80 -e MODULE_NAME=amarillo.app.main -e MAX_WORKERS=1 -e ADMIN_TOKEN=test -e RIDE2GO_TOKEN=test -e METRICS_USER=test -e METRICS_PASSWORD=test -e TZ=Europe/Berlin -v $(pwd)/data:/app/data' + "--rm --name amarillo -p 8000:80 -e MODULE_NAME=amarillo.app.main -e MAX_WORKERS=1 -e ADMIN_TOKEN=test -e RIDE2GO_TOKEN=test -e METRICS_USER=test -e METRICS_PASSWORD=test -e TZ=Europe/Berlin -v ${pwd()}/data:/app/data" ){ // TODO: wait until the API is up c -> sh script: """