generated from gCubeCI/Pipeline-Docker-Template
create separated folder for deploy files
This commit is contained in:
parent
fbd860296d
commit
d7f99a58fc
|
@ -85,6 +85,7 @@ pipeline {
|
|||
steps {
|
||||
sh '''
|
||||
date=`date`;
|
||||
mkdir -p /${DEPLOY_ROOT_FOLDER}
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue