moving the whole folder under workspace

This commit is contained in:
Roberto Cirillo 2022-09-28 14:46:13 +02:00
parent 863fd1c4ec
commit c6d0b9d646
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -84,8 +84,7 @@ pipeline {
sh '''
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}"
'''
}
}