#13 removed --rm from docker inside command
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2024-01-12 12:26:33 +01:00
parent 47024773a2
commit 3965bd575c

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
steps{ steps{
script { script {
docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").inside( 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" "--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 // TODO: wait until the API is up
c -> sh script: """ c -> sh script: """