Encodage naïf du dossier de destination

This commit is contained in:
Benjamin Bohard 2022-08-11 11:53:32 +02:00
parent 71a94bb201
commit 03d07acc23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ def call() {
passwordVariable: "NEXTCLOUD_PASSWORD"
)
]) {
targetFolder = targetFolder.replace(' ', '%20')
def rootFolder = "${params.targetUrl}/remote.php/dav/files/${NEXTCLOUD_USER}/${targetFolder}"
def projectName = env.project_name
def destFolder = "${projectName}/${docProfile}"