From dbbaaa34b14d063bf3abe977f7c093b117a50492 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 27 Sep 2021 14:34:15 +0200 Subject: [PATCH] Jenkinsfile fixes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb80c3de..685439ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { image 'registry.verdnatura.es/vn-debuild' registryUrl 'https://registry.verdnatura.es/' registryCredentialsId 'docker-registry' - args '-v /mnt/storage/reprepro:/reprepro' + args '-v /mnt/appdata/reprepro:/reprepro' } } steps {