Compare commits
No commits in common. "96378dccb8880e5f3e8d746cdbd99e895d66ba7e" and "3fea9254d2a65d772025d0f13173b62826f4a063" have entirely different histories.
96378dccb8
...
3fea9254d2
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -7,20 +7,6 @@ pipeline {
|
|||
}
|
||||
|
||||
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') {
|
||||
steps {
|
||||
git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_Web.git', branch: env.GIT_BRANCH
|
||||
|
|
Loading…
Reference in New Issue
Block a user