diff --git a/Jenkinsfile b/Jenkinsfile index 54b83a6..108cfbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,7 @@ pipeline { date=`date`; mkdir -p ${DEPLOY_FILE_ROOT_FOLDER} 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" '\'; ''' } }