Compare commits

..

No commits in common. "d0ce42b2454f5dd8754bb396318ec1ebc4155f8d" and "96378dccb8880e5f3e8d746cdbd99e895d66ba7e" have entirely different histories.

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
script {
sh """
echo 'Clearing Front directory'
find /aca/front/ -mindepth 1 -maxdepth 1 \\
find /volume1/AcaMate/PROJECT/Application/Front -mindepth 1 -maxdepth 1 \\
! -name 'privacy' \\
! -name 'publish' \\
-exec rm -rf {} +