generated from gCubeCI/Pipeline-Docker-Template
fix mv
This commit is contained in:
parent
bc8c57ce91
commit
a55729d32c
|
@ -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}"'
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue