This commit is contained in:
matthias
2026-05-08 19:15:44 +02:00
parent 67a0604a01
commit 836ff078e0
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline {
agent { label params['agentname'] }
environment {
BORG_RELOCATED_REPO_ACCESS_IS_OK = 'yes'
backdirectory = "/"+ ${directory}"
backdirectory = "/" + "${directory}"
}
stages {