@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Copy to wwww') {
steps {
sh 'cp -r ./* /var/www/dj/'
}