Merge pull request 'main' (#13) 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/13
This commit is contained in:
commit
631300b9c2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,13 +5,13 @@ pipeline {
|
||||||
DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug'
|
DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug'
|
||||||
APP_VOLUME = '/src'
|
APP_VOLUME = '/src'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Clear Repository') {
|
stage('Clear Repository') {
|
||||||
steps {
|
steps {
|
||||||
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