Browse Source

rsync test

amenpunk 3 years ago
parent
commit
5af8b583ca
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

24
                 }
24
                 }
25
             }
25
             }
26
         }
26
         }
27
+        stage('sync') {
28
+            steps {
29
+                sh 'rsync -a --delete ./build  /var/www/html/psicoadmin'
30
+            }
31
+        }
27
     }
32
     }
28
     post {
33
     post {
29
         always {
34
         always {