This commit is contained in:
Roberto Cirillo 2022-09-28 16:48:33 +02:00
parent bc8c57ce91
commit a55729d32c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -85,7 +85,7 @@ pipeline {
date=`date`;
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
mkdir -p "${WORKSPACE}/CD"
'mv -v "${DEPLOY_FILE_ROOT_FOLDER}*" "${WORKSPACE}"'
'mv -v "${DEPLOY_FILE_ROOT_FOLDER}\*" "${WORKSPACE}"'
'''
}
}