generated from gCubeCI/Pipeline-Docker-Template
moving the whole folder under workspace
This commit is contained in:
parent
863fd1c4ec
commit
c6d0b9d646
|
@ -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}"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue