fixed mv wildcard

This commit is contained in:
Roberto Cirillo 2022-09-28 17:07:21 +02:00
parent 20f82cb657
commit eb1efee889
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}"
'''
}
}