Compare commits

..

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

14
Jenkinsfile vendored
View File

@ -7,20 +7,6 @@ pipeline {
} }
stages { stages {
stage('Clear Repository') {
steps {
script {
sh """
echo 'Clearing Front directory'
find /volume1/AcaMate/PROJECT/Application/Front -mindepth 1 -maxdepth 1 \\
! -name 'privacy' \\
! -name 'publish' \\
-exec rm -rf {} +
echo 'Clean complete'
"""
}
}
}
stage('Clone Repository') { stage('Clone Repository') {
steps { steps {
git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_Web.git', branch: env.GIT_BRANCH git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_Web.git', branch: env.GIT_BRANCH