generated from gCubeCI/Pipeline-Docker-Template
fix find command
This commit is contained in:
parent
16bc2ddcb7
commit
a4cd1755f9
|
@ -86,7 +86,7 @@ pipeline {
|
||||||
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
|
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
|
||||||
mkdir -p "${WORKSPACE}/CD"
|
mkdir -p "${WORKSPACE}/CD"
|
||||||
|
|
||||||
find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv {} "${WORKSPACE}/CD"
|
find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv \{\} "${WORKSPACE}/CD"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue