create separated folder for deploy files

This commit is contained in:
Roberto Cirillo 2022-08-04 15:19:39 +02:00
parent fbd860296d
commit d7f99a58fc
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -85,6 +85,7 @@ pipeline {
steps {
sh '''
date=`date`;
mkdir -p /${DEPLOY_ROOT_FOLDER}
'''
}
}