fix find command

This commit is contained in:
Roberto Cirillo 2022-09-28 17:40:31 +02:00
parent 16bc2ddcb7
commit a4cd1755f9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -86,7 +86,7 @@ pipeline {
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER} mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
mkdir -p "${WORKSPACE}/CD" mkdir -p "${WORKSPACE}/CD"
find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv {} "${WORKSPACE}/CD" find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv \{\} "${WORKSPACE}/CD"
''' '''
} }
} }