This commit is contained in:
matthias
2026-05-31 19:00:09 +02:00
parent cce4be576e
commit 4d062fd626
+1 -1
View File
@@ -24,7 +24,7 @@ pipeline {
agent {
docker {
image 'mariadb:latest'
args "-v ${backdirectory}:/data/ --entrypoint=''"
args "-v '${backdirectory}':/data/ --entrypoint=''"
reuseNode false
}
}