main #13
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -12,6 +12,7 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
sh """
|
sh """
|
||||||
echo 'Clearing Front directory'
|
echo 'Clearing Front directory'
|
||||||
|
docker run --rm -v /volume1/AcaMate/PROJECT/Application/Front:/front alpine \
|
||||||
find /aca/front/ -mindepth 1 -maxdepth 1 \\
|
find /aca/front/ -mindepth 1 -maxdepth 1 \\
|
||||||
! -name 'privacy' \\
|
! -name 'privacy' \\
|
||||||
! -name 'publish' \\
|
! -name 'publish' \\
|
||||||
|
|
Loading…
Reference in New Issue
Block a user