Merge pull request '[♻️] Jenkins 동작 로직 수정 2' (#9) from seonkyu.kim/AcaMate_Web:main into debug
Some checks failed
AcaMate_FO/pipeline/head There was a failure building this commit
Some checks failed
AcaMate_FO/pipeline/head There was a failure building this commit
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_Web/pulls/9
This commit is contained in:
commit
d0ce42b245
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
sh """
|
sh """
|
||||||
echo 'Clearing Front directory'
|
echo 'Clearing Front directory'
|
||||||
find /volume1/AcaMate/PROJECT/Application/Front -mindepth 1 -maxdepth 1 \\
|
find /aca/front/ -mindepth 1 -maxdepth 1 \\
|
||||||
! -name 'privacy' \\
|
! -name 'privacy' \\
|
||||||
! -name 'publish' \\
|
! -name 'publish' \\
|
||||||
-exec rm -rf {} +
|
-exec rm -rf {} +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user